Home > Back-end >  Artifactory upgrade from 6.4.1 to 7.x version
Artifactory upgrade from 6.4.1 to 7.x version

Time:09-01

I'm trying to upgrade Jfrog artifactory from 6.4.1 version to the latest 7.x version. I'm not able to find the upgrade path in the manual.

Is there an official document on the upgrade path for the same?

CodePudding user response:

The document that you referred is the correct document for the upgrade process. I belive you are referring to Artifactory installed path. If yes, the default path would be /opt/jfrog/artifactory/. If it is zip installation in linux, there is a possibility that you might have installed in your own path. You can find the path below command in linux.

ps -ef | grep artifactory

If it is windows, you can open services and get the installed path of Artifactory. Later perform an upgrade. Please be informed, that first you need to upgrade from 6.4.1 to 6.10 as there are some breaking changes. Later you can perform an upgrade to 7.x version. Depending on the installation type, you can follow the upgrade steps mentioned in the same document.

CodePudding user response:

For version below 6.10.x, first upgrade to 6.10.x and then upgrade to the version that is mentioned in the upgrade document.

  • Related