- Published on
Nexus仓库迁移
- Authors
- Name
- Pumpkinor
仓库迁移
Nexus 的构件仓库都保存在 sonatype-work 目录中,该目录的位置由配置文件中的 Dkaraf.data 指定。
配置文件在 Linux 和 Windows 中位置不同。
Linux 下一般为:nexus/conf/nexus.properties
Windows 下一般为:bin/nexus.vmoptions
仓库迁移需要两个过程:备份和还原
Linux
备份仓库
将 sonatype-work 文件夹整体备份即可。
还原仓库
将备份好的 sonatype-work 文件拷贝到新的服务器中。然后修改 nexus/conf/nexus.properties 配置文件,重新指定仓库的目录。
Windows
备份仓库
将 sonatype-work 文件夹整体备份即可。
还原仓库
将备份好的 sonatype-work 文件拷贝到新的服务器中。然后修改 bin/nexus.vmoptions 配置文件,重新指定仓库的目录。