For the complete documentation index, see llms.txt. This page is also available as Markdown.

Upgrading

Upgrading Keeper Connection Manager with the Docker Automated Install method

Update Instructions

From the Linux command line, update to the latest installer script using the curl command.

curl -O https://keepersecurity.com/kcm/kcm-setup.run

To update all of the underlying software and Docker containers when using the Docker Automated Install method, run the below commands:

sudo ./kcm-setup.run stop
sudo ./kcm-setup.run upgrade

Select "Y" when prompted.

Once the upgrade is complete, the service is started again automatically after a minute.


If you run into any issues with the upgrade, see our troubleshooting page.

Last updated