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.
- If you have a replication agent running, shut down the existing docker container.
- In the directory where docker-compose.yml is located, execute the
command:
docker-compose -p connect-agent down
- Import the docker images by downloading and extracting the zip file.
- 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
- In the directory where the zip was extracted, run the
Replication agent by executing the command:
docker-compose -p connect-agent up -d