Note:⚓︎
1 Regarding the environment upgrade in cluster mode⚓︎
Please backup the data successfully before upgrading
- Before upgrading, please shut down all JumpServer nodes.
- Proceed with the upgrade process on any JumpServer node according to the upgrade documentation.
- Thoroughly check this node's upgrade process to ensure there are no issues.
- Then, follow the upgrade documentation to upgrade the other JumpServer nodes.
- From FIT2CLOUD community Download latest linux/amd64 offline installation package, and then upload to '/opt' folder of the server which need to been deployed.
cd /opt
tar -xf jumpserver-offline-installer-v3.10.5-amd64.tar.gz
cd jumpserver-offline-installer-v3.10.5-amd64
# Additional nodes can be configured with SKIP_BACKUP_DB=1 to skip database backup. However, the first upgrade node should not skip the backup.
export SKIP_BACKUP_DB=1
./jmsctl.sh upgrade
./jmsctl.sh start