This section explains how to upgrade Qumulo Alerts from a previous public version to the latest one.

To Upgrade Qumulo Alerts to the Latest Public Version

  1. To shut down Qumulo Alerts, navigate to its directory and run the ./stop-docker-qumulo-alerts.sh command.

  2. In the Qumulo Alerts directory, run the git pull command.

  3. To remove all existing Qumulo Alerts Docker images from your machine, run the docker system prune -a -f command.

  4. To restart the Docker containers for Qumulo Alerts, pull new Docker images from the Qumulo Docker repository, and restart all Docker containers, run the ./start-docker-qumulo-alerts.sh command.