Storage Component Service Upgrade
1. Image Pull
Pull the target version of the application image on the server based on the architecture (Offline Package Download).
- AMD64
- ARM64
docker pull registry.cn-hangzhou.aliyuncs.com/mdpublic/mingdaoyun-sc:3.2.0
docker pull registry.cn-hangzhou.aliyuncs.com/mdpublic/mingdaoyun-sc-arm64:3.2.0
2. Modify Configuration
Edit the configuration file /data/mingdao/script/docker-compose.yaml and update the image version tag for the sc service to the target version:
- AMD64
- ARM64
# Example configuration snippet
image: registry.cn-hangzhou.aliyuncs.com/mdpublic/mingdaoyun-sc:3.2.0
# Example configuration snippet
image: registry.cn-hangzhou.aliyuncs.com/mdpublic/mingdaoyun-sc-arm64:3.2.0
3. Restart Services
Execute the following script under the manager root directory to restart services (if multiple services are being upgraded simultaneously, this script can be executed once after modifying all configurations):
bash ./service.sh restartall
If the location of the service.sh file is forgotten, click to view the search command
find / -path /proc -prune -o -name "service.sh" -print
Wait for the command execution to complete. Once all services are ready, the upgrade operation is finalized.