Upgrade Microservices
-
Before upgrading a microservice, please go to Changelog to check if there are any versions marked with Additional Operations between the current version and the current version。
If involved, please follow the corresponding guidance document to complete the relevant operations. -
Before upgrading, please pay attention to whether the upgrade service in the authorization key has expired. After the upgrade service in the authorization expires, please do not release the upgrade version later than the version where the upgrade service expires.
If the upgrade service continues after expiration, the system will prompt that the upgrade is restricted, some platform functions are unavailable, and the authorization key is invalid.
Upgrade on Terminal(Recommend)
-
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
(If multiple images are upgraded simultaneously, the restart command can be executed only once at the end) in the root directory of the manager to restart the service and wait for it to finish;
Upgrade Online
If using v6.0.0 or later installed version, it will not be supported
The system super administrator can enter System Configuration through the drop-down list of avatars in the upper right corner, and then access Manager in more settings to upgrade the version by clicking Check for Updates on the settings page.