Hi, There are two ways you can migrate the instance to a new server, The first is a simple full system export of the existing instance, rsync the export to the new server, install Artifactory on the new server (same version), and import from the exported directory. The second option, is to install Artifactory on the new server, and proxy the old server - meaning, create remote repositories that look at the repositories from the old instance. Whenever an artifact is requested, it is remotely fetched from the old instance, and cached locally in the new instance, this way you make sure that the new instance holds only the artifacts that are actually in use.
Once the migration is over, we *strongly* recommend upgrading your Artifactory to the latest version (1.3.0 is a very old version), notice that this upgrade must be done in 2 steps, upgrading from 1.3.0-RC-1 to 2.6.x, then upgrading from 2.6.x to 3.1.x. Hope this helps, Itamar. -- View this message in context: http://forums.jfrog.org/migrating-repositories-from-Artifactory-v1-3-0-rc-1-to-v3-1-0-tp7579594p7579598.html Sent from the Artifactory - Users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Managing the Performance of Cloud-Based Applications Take advantage of what the Cloud has to offer - Avoid Common Pitfalls. Read the Whitepaper. http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk _______________________________________________ Artifactory-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/artifactory-users
