Upgrading
Upgrading Keeper Connection Manager with the Docker Manual Install method
To update all of the Keeper Connection Manager docker images when using the Docker Compose Install method, run the below command (assuming
docker-compose.yml
is in the current folder):sudo docker-compose pull
sudo docker-compose up -d
If you originally installed with the Auto Docker Install method (kcm-setup.run script), run the below command:
sudo ./kcm-setup.run stop
sudo ./kcm-setup.run upgrade
Select "Y" when prompted.
Last modified 5mo ago