To upgrade ZStack that you already deployed to the latest version, use one of the following methods. Here we take c76 as an example.
- Incremental upgrade:
- Obtain the latest bin installation package from ZStack Official Website: ZStack-installer-3.10.0.bin.
- If the root password of the database is the default password, run the following command to upgrade the Cloud:
If the root password of the database is a custom non-blank password, run the following command to upgrade the Cloud:[root@localhost ~]# bash ZStack-installer-3.10.0.bin -u
[root@localhost ~]# bash ZStack-installer-3.10.0.bin -u -P MYSQL_ROOT_PASSWORD
- Offline upgrade:
- Obtain the latest ISO installation package from ZStack Official Website: ZStack-x86_64-DVD-3.10.0-c76.iso.
- Obtain the latest upgrade script: Upgrade script.
- Run the following command to upgrade the Cloud:
[root@localhost ~]# bash zstack-upgrade ZStack-x86_64-DVD-3.10.0-c76.iso
Note: The method to upgrade the c74 version is the same as that of the c76 version. Please obtain the installation package corresponding to the c74 version to upgrade.