Perform the following procedure to upgrade a Carbon Black EDR containerized server or cluster. Scripts automatically find a new version of the Carbon Black EDR container and upgrade to the latest version.

Procedure

  1. If you are upgrading a cluster, stop the container on each minion node: ./edr-docker stop.
  2. Stop the container on the standalone server or primary node: ./edr-docker stop.
  3. On each node, run ./edr-docker update <version>.

    This command pulls the specified version from the repository. If you run the command without a version parameter, it lists all available versions.

    Note: Carbon Black EDR does not support downgrading to an earlier version of the container.
  4. Run ./edr-docker start on each minion.
  5. After all minions have started, run ./edr-docker start on the primary node.