Nexus3 仓库迁移与备份
前言
公司服务器迁移已经过去小两个月,陆陆续续补充一些迁移中使用到的技术。
正文
注意修改端口号:根目录
/etc/nexus-default.properties
里的application-port
Linux
- 仓库迁移
Nexus
的构件仓库都保存在sonatype-work
目录中,该目录的位置由nexus/conf/nexus.properties
配置文件指定。
仓库迁移需要两个过程:备份和还原
- 备份仓库
将sonatype-work
文件夹整体备份即可。
- 还原仓库
将备份好的sonatype-work
文件拷贝到新的服务器中。然后修改nexus/conf/nexus.properties
配置文件,重新指定仓库的目录。
Windows
- 仓库迁移
Nexus
的构件仓库都保存在sonatype-work
目录中,该目录的位置由bin/nexus.vmoptions
配置文件指定(Dkaraf.data
)。
仓库迁移需要两个过程:备份和还原
- 备份仓库
将sonatype-work
文件夹整体备份即可。
- 还原仓库
将备份好的sonatype-work
文件拷贝到新的服务器中。然后修改bin/nexus.vmoptions
配置文件,重新指定仓库的目录。