Upgrade for Standalone Deployment
Notes:
All of the following Linux commands must be executed in the same working path, which is assumed to be /opt/cloud_cx in this example.
Should perform all Linux commands by the root user, please su root First.
Before upgrading, please back up your system service first. CloudCX System Data Backup Guide
In this deployment model, both the application server and database server are deployed on the same machine.
1. Stop CloudCX Services
Perform the following commands as root to stop & rm the current CX Docker instance:
cd /opt/cloud_cx && /bin/sh cloud_cx_ctl.sh stop
cd /opt/cloud_cx && /bin/sh cloud_cx_ctl.sh rm
2. List of the CX Docker Images
Perform the following command to list the CX Docker images:
docker images
You will get the result shown in the below screenshot.
3. Delete the CX Docker Images
Use the first 4 digits of the IMAGE ID to delete all of the listed Docker image:
docker image rm 52d2
4. Delete the CX Scripts
5. Download new installation scripts
6. Install CX Services and Midware
Note: ${tag} is the release version of cloud CX, for example: 5.1, Please MUST replace the ${tag} in the above command with the latest tag.