Same-server Deployment of 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>https://pdpublic.mingdao.com/private-deployment/offline/mingdaoyun-flink-linux-amd64-version.tar.gz
#Execute the following after downloading to the server:
docker load -i mingdaoyun-flink-linux-amd64-version.tar.gz -
Enter the
mingdaoyun-flinkcontainer.docker exec -it $(docker ps | grep flink | awk '{print $1}') bash -
Backup and delete the
zookeeperdirectory in theFlinkdata directory and empty theJoblist inFlinkin the old version.mv /data/flink/zookeeper /data/flink/zookeeper.backup-$(date +%Y%m%d%H%M%S) -
Modify the version of the mirror corresponding to the
mingdaoyun-flinkservice in thedocker-compose.yamlfile.flink:
image: registry.cn-hangzhou.aliyuncs.com/mdpublic/mingdaoyun-flink:<version> -
Execute
bash ./service.sh restartallin the root directory of the manager to restart the service and wait for it to complete execution. -
Go to [Integrate] > [Data Pipeline] > [Sync Task] to to re-open or publish the task.