Skip to main content

Same-server Deployment of Data Integration Service

If your environment is deployed with data integration service along with microservices according to the document How to Enable Data Integration, follow the steps here when upgrading data integration services.

  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 docker-compose.yaml file.

    flink:
    image: registry.cn-hangzhou.aliyuncs.com/mdpublic/mingdaoyun-flink:version number
  3. Execute bash . /service.sh restartall in the root directory of the manager to restart the service and wait for it to complete execution.