Before you proceed, see System Requirements for information on supported platforms, supported browsers, and other requirements.
Stop the current server.
service artifactory stop
Install Artifactory as a service on a Debian compatible Linux distributions, as a root user.
dpkg -i jfrog-artifactory-<pro|oss|cpp-ce>-<version>.deb
Check that the migration has completed successfully, by reviewing the following files:
migration log:
$JFROG_HOME/artifactory/var/log/migration.logsystem.yamlconfiguration:$JFROG_HOME/artifactory/var/etc/system.yamlThis newly created file will contain your current custom configurations in the new format.
Manage Artifactory.
service artifactory start|stop
Access Artifactory from your browser at:
http://SERVER_HOSTNAME:8082/ui/.For example, on your local machine: http://localhost:8082/ui/
Reverse Proxy Settings
If you had a reverse proxy or load balancer configured with your Artifactory 6.x, you will need to create a new reverse proxy configuration and update your reverse proxy settings.
You can generate a new configuration template by accessing the upgraded Artifactory server UI (by default http://localhost:8082/ui/), navigate to
Navigate to Administration > Artifactory > General > HTTP Settings to adjust your Reverse Proxy Settings and generate a new configuration template. See Reverse Proxy Settings.
Check Artifactory Log.
tail -f $JFROG_HOME/artifactory/var/log/console.log
Configure log rotation of the console log
The
console.logfile can grow quickly since all services write to it. For more information, see configure the log rotation.