Skip to main content

Standalone-server Deployment of Data Integration Service

If your environment is deployed with data integration service on a standalone server according to the document Standalone-server Deployment of Data Integration Service, follow the steps below when upgrading data integration service.

  1. Download the mirror of the new version

    docker pull registry.cn-hangzhou.aliyuncs.com/mdpublic/mingdaoyun-flink:version number
  2. Modify the version number of the mirror corresponding to the flink service in the flink.yaml file for data integration service.

    flink:
    image: registry.cn-hangzhou.aliyuncs.com/mdpublic/mingdaoyun-flink:version number
  3. 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