Standalone-server Deployment of Data Pipeline Service
If your environment is deployed with data pipeline service on a standalone server according to the document Standalone-server Deployment of Data Pipeline Service, follow the steps below when upgrading data pipeline service.
-
Download the mirror of the new version
- Internet Access Available
- Internet Access Unavailable
docker pull registry.cn-hangzhou.aliyuncs.com/mdpublic/mingdaoyun-flink:version number
https://pdpublic.mingdao.com/private-deployment/offline/mingdaoyun-flink-linux-amd64-version number.tar.gz
#Execute the following after downloading to the server:
docker load -i mingdaoyun-flink-linux-amd64-version number.tar.gz -
Modify the version number of the mirror corresponding to the flink service in the
flink.yaml
file for data pipeline service.flink:
image: registry.cn-hangzhou.aliyuncs.com/mdpublic/mingdaoyun-flink:version number -
Restart
Flink
service.Stop first
docker stack rm flink
Start again when the flink container is not seen in
dcoker ps
docker stack deploy -c flink.yaml flink