Docs
Upgrade

Upgrade guide for JumpServer

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.

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.9.0/jumpserver-installer-v4.9.0.tar.gz
4

Extract the installation package.

tar -zxvf jumpserver-installer-v4.9.0.tar.gz
5

Change to the extracted directory.

cd jumpserver-installer-v4.9.0
6

Perform the upgrade.

./jmsctl.sh upgrade
7

Start all services.

./jmsctl.sh start
8

At 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.

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 JumpServer Enterprise offline installation package.

1

Log in to https://download-pkgs.jumpserver.com (opens in a new tab) using the username and password provided by the support team.

2

Click filename to download the offline installation package for the required version.

3

Upload the offline installation package to the /opt directory on the deployment server.

4

Extract the installation package.

tar -zxvf jumpserver-ee-v4.9.0-x86_64.tar.gz
5

Change to the extracted directory.

cd jumpserver-ee-v4.9.0-x86_64
6

Perform the upgrade, the upgrade process can be completed using all default options.

./jmsctl.sh upgrade
7

Start all services.

./jmsctl.sh start
8

At this point, you have successfully upgraded JumpServer.