Skip to main content

Upgrading a remote harvesting server deployed with Docker

To upgrade a version of Talend Data Catalog on your remote harvesting server, you need to stop an older version and start a new one.

To downgrade a version of Talend Data Catalog on your remote harvesting server, you need to stop a new version and start an older one.

You can find the list of Talend Data Catalog versions on https://hub.docker.com/r/talend/datacatalog-remote-harvesting-agent/tags.

  • To stop a running container:
    docker stop <CONTAINER_NAME>
  • To remove a container:
    docker rm <CONTAINER_NAME>
  • To start a stopped container
    docker start <CONTAINER_NAME>

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!