Upgrade On-prem components

Upgrade Replication Agent

You should upgrade your replication agent when there are new features only available on a newer replication agent.
  1. If you have a replication agent running, shut down the existing docker container.
  2. In the directory where docker-compose.yml is located, execute the command:
    docker-compose -p connect-agent down
  3. Import the docker images by downloading and extracting the zip file.
  4. Execute the commands from PowerShell on Windows or bash on Linux:
    
    docker load --input connect-agent-gateway.tar
    docker load --input connect-agent-jobcontroller.tar
    
  5. In the directory where the zip was extracted, run the Replication agent by executing the command:
    docker-compose -p connect-agent up -d