ARTIFACTORY: How to Upgrade Artifactory from Open-Source Solutions (OSS) to Pro for RPM Installations
If you’re using an RPM installation of Artifactory OSS and your goal is to move from a particular version of OSS to the exact same version of Pro, please execute the following steps:
- Download the desired Artifactory version RPM installation fromthis link
- Perform a completeSystem Export, this would back up your entire server information. Please make sure toNOTselect the "Exclude Metadata" and "Exclude Content" checkboxes
- For Artifactory 7.x – Back up the system.yaml file (located in $ARTIFACTORY_HOME/var/etc/) to a neutral location
- Stop Artifactory
- Remove Artifactory OSS using the-noscriptsoption –rpm -e –noscripts jfrog-artifactory-oss
- Install Artifactory Pro –rpm -ivh jfrog-artifactory-pro-
.rpm - Create/Edit the 'artifactory.lic' file (located in $ARTIFACTORY_HOME/var/etc/ for Artifactry 7.x, and in $ARTIFACTORY_HOME/etc/ in Artifactory 6.x and below) and paste your Artifactory Pro license
- Start Artifactory
NOTE:Upgrading from Artifactory OSS to Artifactory Pro is the same as upgrading from any given Artifactory version to the latest version. The instructions availableHEREshould guide you through the process.
