Skip to content

Upgrade Notes⚓︎

1 About Cluster Mode Environment Upgrades⚓︎

Be sure to backup before upgrading

  • Close all JumpServer nodes before upgrading.
  • Complete the upgrade operation on any one JumpServer node according to the upgrade documentation.
  • Carefully check the upgrade process of this node to ensure there are no issues.
  • Then upgrade other JumpServer nodes according to the upgrade documentation.
  • Download the latest linux/amd64 offline package from the Fei Zhi Yun community downloads page, and upload it to the /opt directory of the deployment server.

cd /opt
tar -xf jumpserver-offline-installer-v4.10.16-amd64.tar.gz
cd jumpserver-offline-installer-v4.10.16-amd64
# Additional nodes can set SKIP_BACKUP_DB=1 to skip database backup. Do not skip backup for the first upgraded node.
export SKIP_BACKUP_DB=1
./jmsctl.sh upgrade
./jmsctl.sh start