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/542d8f54-1623-43bb-9600-86bbabad880an%40googlegroups.com.
