Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Move Nexus repo to different machine

I'm trying to move my repo from a machine to another, and also keep all the configuration and artifacts. Is there way to import these to the new repo without having to do the whole procedure from scratch?

like image 560
Callista Avatar asked Nov 14 '12 10:11

Callista


1 Answers

Nexus separates it's runtime files from the home directory containing the software.

Copy the following directory over to the target machine and pretend you're doing an upgrade.

$NEXUS_HOME/../sonatype_work
like image 148
Mark O'Connor Avatar answered Oct 06 '22 00:10

Mark O'Connor