Upgrading a remote harvesting server deployed with Docker - 7.3

Talend Data Catalog Installation and Upgrade Guide

Version
7.3
Language
English
Operating system
Windows
Product
Talend Big Data Platform
Talend Data Fabric
Talend Data Management Platform
Talend Data Services Platform
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Data Catalog
Content
Installation and Upgrade
Last publication date
2023-03-15

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>