✅ This Document will guide you how to upgrade Cloudfon CX
Notes:
All of the following Linux commands must be executed in the same working path, which is assumed to be /root/cloudfon_cx in this example.
Must perform all Linux commands by the root user, please su root First.
1. Stop cloudfon-cx Services
Code Block |
---|
cd /root/cloudfon_cx && /bin/sh cloudfon_cx_ctl.sh stop
cd /root/cloudfon-cx && /bin/sh cloudfon_cx_ctl.sh rm |
2. Download install scripts
Code Block |
---|
curl https://raw.githubusercontent.com/cloudfon-cx/cloudfon-cx-install/main/v3.1.x/cloudfon_cx_ctl.sh -o cloudfon_cx_ctl.sh |
3. Install Mysql and CX Services
Code Block |
---|
/bin/sh cloudfon_cx_ctl.sh run -i puteyun/cloud_cx:${tag} |
Note: ${tag} is the release version of cloudfon CX, for example: 3.1.0, Please MUST replace the tag in the above command with the latest tag.Notes: We recommend customers to separate the application server and the database server for deployment. Separating the deployment will improve overall load capacity, while single-machine deployment is currently only recommended for testing purposes.
Upgrade for Standalone DeploymentUpgrade for Distributed Deployment