Upgrade
This guide shows you how to upgrade JumpServer on your platform.
We recommend that you upgrade JumpServer often to stay current with the latest fixes and enhancements.
One-line installation script
- Change to the
/opt
directory and download thev4.2.0
installation package.
cd /opt && wget https://github.com/jumpserver/installer/releases/download/v4.2.0/jumpserver-installer-v4.2.0.tar.gz
- Extract the installation package and change into the directory.
tar -xf jumpserver-installer-v4.2.0.tar.gz && cd jumpserver-installer-v4.2.0
- Perform the upgrade. After running the upgrade command, databases and configuration files will be automatically backed up during the process.
./jmsctl.sh upgrade
- After the upgrade is completed, the service will not start automatically. You need to execute the following command to start the service.
./jmsctl.sh start