Skip to main content

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).

docker pull registry.cn-hangzhou.aliyuncs.com/mdpublic/mingdaoyun-sc: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:

# Example configuration snippet
image: registry.cn-hangzhou.aliyuncs.com/mdpublic/mingdaoyun-sc: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.