ARTIFACTORY: How do I upgrade my Artifactory Bitnami installation?

ARTIFACTORY: How do I upgrade my Artifactory Bitnami installation?

AuthorFullName__c
JFrog Support
articleNumber
000001485
ft:sourceType
Salesforce
FirstPublishedDate
2016-10-06T13:35:49Z
lastModifiedDate
2023-02-26T19:41:35Z
VersionNumber
5

Note: For safety's sake, before executing any upgrade, it is recommended that you run a full system export. If you're running an earlier version of Artifactory and want to upgrade to the latest Pro version, you'll need to run a full system export, install the new Pro version, and then run a full system import.

The Bitnami installer installs Artifactory as a standalone installation with some minor changes to its file structure. The process of upgrading to Artifactory OSS is similar to the process referenced HERE, with the only difference being that the artifactory.war file is not located under $ARTIFACTORY_HOME/webapps, but in $BITNAMI_INSTALLATION_DIR/apache-tomcat/webapps.

To upgrade Artifactory OSS, do the following:

  1. Shutdown Artifactory
  2. Unzip the Artifactory Pro zip file
  3. Replace the artifactory.war in $BITNAMI_INSTALLATION_DIR/apache-tomcat/webapps/artifactory.war with the one from the Pro version
  4. Delete the exploded artifactory folder from the same location
  5. Delete the $BITNAMI_INSTALLATION_DIR/apache-tomcat/work directory
  6. Replace the $BITNAMI_INSTALLATION_DIR/apps/artifactory/artifactory_home/bin with the $ARTIFACTORY_HOME/bin folder from the Pro version
  7. Start Artifactory