Upgrade
This topic describes how to upgrade JumpServer, including both the open-source and enterprise editions.
We recommend upgrading JumpServer regularly to access the latest designs and features.
Upgrade for one-line installation
If you have installed JumpServer using the Install with a one-line command guide, you can upgrade JumpServer by running the following steps.
Log in to the JumpServer deployment server using the "root" or another user with superuser privileges.
Change to the /opt directory.
Download the latest installation package.
wget https://github.com/jumpserver/installer/releases/download/v4.10.19/jumpserver-installer-v4.10.19.tar.gzExtract the installation package.
tar -zxvf jumpserver-installer-v4.10.19.tar.gzChange to the extracted directory.
cd jumpserver-installer-v4.10.19Perform the upgrade.
./jmsctl.sh upgradeStart all services.
./jmsctl.sh startAt this point, you have successfully upgraded JumpServer.
Upgrade for offline installation
If you have installed JumpServer using the Install with an offline package guide, you can upgrade JumpServer by running the following steps.
Log in to the JumpServer deployment server using the "root" or another user with superuser privileges.
Change to the /opt directory.
Download the JumpServer Enterprise offline installation package.
Log in to https://support.fit2cloud.com (opens in a new tab) using the username and password provided by the support team.
View the details of your valid Enterprise Edition subscription and navigate to the 'Installation Packages' tab. Find the installation package that matches your required version and architecture, click the 'Download' button, and then click 'Download' in the pop-up dialog to copy the download link.
Upload the offline installation package to the /opt directory on the deployment server.
Extract the installation package.
tar -zxvf jumpserver-ee-v4.10.19-x86_64.tar.gzChange to the extracted directory.
cd jumpserver-ee-v4.10.19-x86_64Perform the upgrade, the upgrade process can be completed using all default options.
./jmsctl.sh upgradeStart all services.
./jmsctl.sh startAt this point, you have successfully upgraded JumpServer.