Upgrade Guide for Private Deployment
If the Huawei Cloud Astro Canvas runtime environment deployment package has multiple versions and the new version has function changes, you can upgrade the deployed Huawei Cloud Astro Canvas by following the instructions in this section.
You can upgrade the service using either of the following methods: Create a directory and deploy the new version. Replace the private-deploy-Version.jar package in the old version.
Upgrading the Deployed Huawei Cloud Astro Canvas Service
- Method 1: Creating a directory and deploying the service again
- On the Huawei Cloud Astro Canvas console, click Go to Homepage.
- In the upper right corner of the page, click the account name and choose Private Deploy.
Figure 1 Choosing Private Deploy
- In the local deployment information dialog box, click Version List to download the target runtime environment deployment package.
Figure 2 Downloading the runtime environment deployment package of the new version
- Go to the private deployment directory of the old version and stop the service.
cd /home/canvas_private/AstroCanvas_Runtime sh stop.sh
- Create a directory and deploy the new version by referring to Installation Guide for Private Deployment.
- Method 2: Replacing the private-deploy-Version.jar package in the old version
- Obtain the private deployment package of the new version and decompress it.
- On the Huawei Cloud Astro Canvas console, click Go to Homepage.
- In the upper right corner of the page, click the account name and choose Private Deploy.
- In the local deployment information dialog box, click Version List to download the target runtime environment deployment package.
Figure 3 Downloading the runtime environment deployment package of the new version
- Decompress the package to obtain the private-deploy-Version.jar package.
- Go to the directory in Installation Guide for Private Deployment.
cd /home/canvas_private/AstroCanvas_Runtime
- Replace the private-deploy-Version.jar package with the new package in 1.d.
Figure 4 Replacing the JAR package
- After the replacement is successful, restart the service.
cd /home/canvas_private/AstroCanvas_Runtime sh stop.sh sh start.sh
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot