this migration process could look like this: Install a pro Artifactory instance rsync the $ARTIFACTORY_HOME/data folder from the old instance to the new Stop new deployments to the old instance After the rsync is done, run it again in order to copy the data that was added to the old instance during the first rsync Run a full system export, checking only the ‘exclude content’ checkbox Shutdown the old instance Using the export you just created, run a full system import to the new instance (make sure the data/ folder is in place before the import) Start the new artifactory server Here is another option to run the migration process:
Run a full system export of the current instance, during this process, Artifactory is still up and serving requests Set up a completely new Artifactory instance on the new datacenter Import the data you exported or the latest backup (if available) into it Once the import is done you can start working against the new Artifactory instance with no downtime. The tricky part is how to get all the data that was added to the original instance after the backup you used, for that you can: Export/import the local repositories (remote can always be lazily cached) the import repository process is additive and will only add the delta data Setup push replication (with sync deletes off) for the local repositories from the current instance to the new Artifactory instance, run it once to fill up the missing data Setup the original instance as a remote repository for the new Artifactory instance so all missing data will be available if needed, until the import repository finishes For all options, you can use the buildinfo replication user plugin that you can use to add all the build info objects, this is relevant if you are using one of our integration plugins. hope this was helpfull -- View this message in context: http://forums.jfrog.org/Merging-two-Artifactory-OSS-into-a-single-Artifactory-Pro-tp7579998p7580106.html Sent from the Artifactory - Users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net _______________________________________________ Artifactory-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/artifactory-users
