After trying several options using packager I decided to use traditional migration by copying assetstore and database. I had to execute migrate and I resolved manually some problems (it try to delete a database object that donesn't exist).
Now my new dspace6.3 is working, I see all the items (I've reindexed them without problems) but I cannot see the the pages of communities nor collections. I suspect that there is aproblem with the handle of the commumities /collections. Anybody can help?? thanks Veronica El martes, 12 de octubre de 2021 a las 18:10:20 UTC+2, Tim Donohue escribió: > Hi, > > Just a quick note on migration. If you are simply migrating your DSpace > content from one server to another, you don't need to use the packager or > similar tools. Instead, just copy over the following: > * Copy your entire database contents to your new database (e.g. for > Postgres, use tools like pg_dump and pg_restore). This copies all > metadata/relationships over to the new server > * Copy over your entire [dspace]/assetstore folder (including all > subdirectories) to the new location. This copies all files over to the new > server. > * Verify your new configs look good in [dspace]/config/ folder (you can > copy these over from the old server or start fresh, either will work) > * Optionally, run "./dspace database migrate" to upgrade the database (if > you are moving from 5.x to 6.x or similar, this is required) > * Start up your DSpace. > * Finally, run a full reindex of everything into Solr (./dspace > index-discovery -b) > > This migration process should result in all your content moved over to a > fresh DSpace without having to use the packager at all. > > Tim > > On Friday, October 8, 2021 at 6:43:06 AM UTC-5 [email protected] wrote: > >> I try to migrate a very big repository to a new fresh install of 6.3, but >> I'didn't get it because I cannot "cut" it into communities because the >> import of them return me errors of dependencies at collections >> administrative groups. >> You cannot restore collections if groups doesn´t exists but how can i get >> all epersons and groups created ?? >> If I try to export the entire site I have a lot of problems of memory and >> timeout. I think a posibility is to export excluding boundles or something >> similar, the target is to get the same "structural information" in both >> installations >> Has somebody experience with packager and a big repository? >> >> Thank you >> > -- All messages to this mailing list should adhere to the Code of Conduct: https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx --- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dspace-tech/b9eed5c2-be5d-436a-acdf-92f6f433136fn%40googlegroups.com.
