Upgrade Synthetic Worker on Standalone Compute

You can upgrade an existing Synthetic Worker on standalone compute by updating the configuration of the Docker file.

Here are the steps to be performed to upgrade the Synthetice Worker on standalone compute:

  1. Download the latest Synthetic Worker image tar file. For instructions, see Download Synthetic Worker.
  2. Update existing docker.sh file with new image name.
  3. Create new container with new container name. For instructions, see Deploy Synthetic Worker on a Standalone Compute.
  4. Delete existing container.
    To list the running containers, run the following:
    docker ps
    From above output, obtain the required container id of the running docker container and execute the following to delete container:
    docker rm -f <container_id>