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
-
To shut down Qumulo Alerts, navigate to its directory and run the
./stop-docker-qumulo-alerts.sh
command.Note
This process might take up to 60 seconds. TheAlerts
Docker container must shut down and then verify that all Qumulo Alerts Docker containers are also shut down correctly. -
In the Qumulo Alerts directory, run the
git pull
command. -
To remove all existing Qumulo Alerts Docker images from your machine, run the
docker system prune -a -f
command.Note
This release of Qumulo Alerts adds new Docker containers, making it necessary to remove all existing images. -
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.