Upgrade guide for JumpServer
This topic describes how to upgrade JumpServer.
We recommend upgrading JumpServer regularly to access the latest designs and features.
Upgrade guide for one-line installation
Tip
If you have installed JumpServer using the Install with a one-line command guide, you can upgrade JumpServer by running the following command.
1
Log in to the JumpServer deployment server using the "root" or another user with superuser privileges.
2
Change to the /opt
directory.
3
Download the latest installation package.
wget https://github.com/jumpserver/installer/releases/download/v4.8.1/jumpserver-installer-v4.8.1.tar.gz
4
Extract the installation package.
tar -xf jumpserver-installer-v4.8.1.tar.gz
5
Change to the extracted directory.
cd jumpserver-installer-v4.8.1
6
Perform the upgrade. You may need to wait a moment ☕️ ...
./jmsctl.sh upgrade
7
Start the JumpServer service.
./jmsctl.sh start