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 from this link
- Perform a complete System Export , this would back up your entire server information. Please make sure to NOT select 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 --noscripts option - rpm -e --noscripts jfrog-artifactory-oss
- Install Artifactory Pro - rpm -ivh jfrog-artifactory-pro-<version>.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 available HERE should guide you through the process.