For migrating a Nexus hosted repository to another repository manager,
would you advise to make use of the Nexus REST API, or to operate on the hosted repositories file system storage, to identify all artifacts? Thanks! -Max --------------------------------------------------------------------- To unsubscribe, e-mail: [hidden email] For additional commands, e-mail: [hidden email] |
Personally i would prefer to use the filesystem because I am sure that the use of the api is slower because of heavy serialization and other overhead.
That is something I really like in Nexus. You have maven compatible folder structure. Maybe your new Repo manager uses something similar. Then you might be able to copy the files and recreate indizes. I think it would be the best to ask this kind of question in the mailing list of your new repo manager (or the support if you use a commercial product). best regards FRANK MUELLER ________________________________________ Von: Max Spring [[hidden email]] Gesendet: Dienstag, 8. April 2014 19:17 An: [hidden email] Betreff: [nexus-user] migrating Nexus repositories For migrating a Nexus hosted repository to another repository manager, would you advise to make use of the Nexus REST API, or to operate on the hosted repositories file system storage, to identify all artifacts? Thanks! -Max --------------------------------------------------------------------- To unsubscribe, e-mail: [hidden email] For additional commands, e-mail: [hidden email] --------------------------------------------------------------------- To unsubscribe, e-mail: [hidden email] For additional commands, e-mail: [hidden email] |
A simple filesystem copy is best for migrating from one Nexus to another (pro or open source doesnt matter). Just make sure that Nexus is not running and you update the index after. Potentially you might also want to update meta data .. depending on the source repo and the format. manfred Frank Mueller wrote on 2014-04-08 11:49: --------------------------------------------------------------------- To unsubscribe, e-mail: [hidden email] For additional commands, e-mail: [hidden email]Personally i would prefer to use the filesystem because I am sure that the use of the api is slower because of heavy serialization and other overhead. That is something I really like in Nexus. You have maven compatible folder structure. Maybe your new Repo manager uses something similar. Then you might be able to copy the files and recreate indizes. I think it would be the best to ask this kind of question in the mailing list of your new repo manager (or the support if you use a commercial product). best regards FRANK MUELLER ________________________________________ Von: Max Spring [[hidden email]] Gesendet: Dienstag, 8. April 2014 19:17 An: [hidden email] Betreff: [nexus-user] migrating Nexus repositories For migrating a Nexus hosted repository to another repository manager, would you advise to make use of the Nexus REST API, or to operate on the hosted repositories file system storage, to identify all artifacts? Thanks! -Max --------------------------------------------------------------------- To unsubscribe, e-mail: [hidden email] For additional commands, e-mail: [hidden email] --------------------------------------------------------------------- To unsubscribe, e-mail: [hidden email] For additional commands, e-mail: [hidden email] |
Free forum by Nabble | Edit this page |