我们用的是Artifactory 3.0.4,它的许可证过期了。
我们已经得到了更新的许可证版本,但我不知道如何更改许可版本。请建议在哪里更改的合法版本。
请不要建议手工迁移步骤,因为我们的目标只是升级许可证版本,而不是迁移。
发布于 2016-11-17 13:16:20
经过对这个问题的严格研究,找到了解决办法。因此,张贴它的任何未来的帮助。
1. Login to Artifactory server " su – nexus"
2. Change the working directory to the artifactory home directory.
cd Artifactory_3_9_5\etc
3. Take the backup of the old license files.
cp artifactory.lic Artifactory_bkp.lic
4. Also, it is advisable to take the backup of the below files.
cp artifactory.system.properties artifactory_bkp.system.properties
cp artifactory.config.bootstrap.xml artifactory_bkp.config.bootstrap.xml
5. Either put the new licensed version file to this location or paste the license key to the Artifactory license file(i.e. artifactory.lic).https://stackoverflow.com/questions/40647174
复制相似问题