...
Code Block |
---|
sh cloud_cx_ctl.sh run -t mid |
Note |
---|
Please go to /opt/cloud_cx/.env to get the es_port and es_password, it will be used for next step. |
3. Upgrade Application service
...
Code Block |
---|
/bin/sh install_docker_cx.sh |
From V5.3.1 upgrade to V5.4 or higher version
Code Block |
---|
/bin/sh cloud_cx_ctl.sh run -i puteyun/cloud_cx:${tag} -t api -e {{es_port}} -f {{es_password}} |
From V5.4 upgrade to higher version
Code Block |
---|
/bin/sh cloud_cx_ctl.sh run -i puteyun/cloud_cx:${tag} -t api |
Note:
${tag} is the release version of cloud CX, for example: 5.3.1, Please MUST replace the ${tag} in the above command with the latest tag.
If you have updated to V5.4, then you do not need carry es_port and es_password again.