Skip to main content

Upgrade Microservices

  1. Pull the mirror of the target version on the host where the microservice application is deployed (Offline Package);

    docker pull registry.cn-hangzhou.aliyuncs.com/mdpublic/mingdaoyun-community:version
  2. Modify the version number of the mirror in the /data/mingdao/script/docker-compose.yaml;

  3. Execute the command bash . /service.sh restartall in the root directory of the manager to restart the service and wait for it to finish;