Upgrade Microservices
Upgrade Online
The super admin clicks the profile photo in the upper right corner, selecting [System Configuration] > [General] > [Management], and click [Update] on the settings page to upgrade.
Upgrade on Terminal
-
Pull the microservice application mirror of the target version. Offline Package
- Linux amd64
- Linux arm64
docker pull registry.cn-hangzhou.aliyuncs.com/mdpublic/mingdaoyun-community:version
docker pull registry.cn-hangzhou.aliyuncs.com/mdpublic/mingdaoyun-community-arm64:version
-
Modify the version number of the mirror in the
/data/mingdao/script/docker-compose.yaml
; -
Execute the command
bash . /service.sh restartall
in the root directory of the manager to restart the service and wait for it to finish;