Skip to content

Offline Upgrade⚓︎

If you want to upgrade JumpServer from V3 to V4, you must first upgrade to the latest version of V3; otherwise, the upgrade will fail!

OS/Arch Architecture Linux Kernel Offline Name
linux/amd64 x86_64 >= 4.0 jumpserver-ce-v4.10.15-x86_64.tar.gz

1. Upgrade Deployment⚓︎

Download the latest linux/amd64 offline package from the FIT2CLOUD community, and upload it to the /opt directory of the deployment server.

Please contact us for English version offline package download.

!!! tip ""
    ```sh
    cd /opt
    tar -xf jumpserver-ce-v4.10.15-x86_64.tar.gz
    cd jumpserver-ce-v4.10.15-x86_64
    ```
    ```sh
    ./jmsctl.sh upgrade
    ./jmsctl.sh start
    ```