Skip to main content

Upgrade Microservices

Upgrade Online

The system Super Admin can click the profile photo in the upper right corner, select [System Configuration] > [General] > [Manager], and click [Check for Updates] on the settings page to upgrade.

Upgrade on Terminal

  1. Pull the microservice application mirror of the target version. 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;