Auto Updater
Instructions for installing and configuring the Auto Updater for the Keeper Gateway.
Overview
Auto Updater Installation
Prerequisites
Docker
#!/bin/bash
set -e # Exit immediately if a command fails
# Navigate to the directory containing your docker-compose.yml file
cd /path/to/your/docker-compose-directory
# Pull the latest image and update the Gateway container
docker compose pull
docker compose up -d keeper-gatewayLinux
New Gateway
Existing Keeper Gateway
Windows
New Gateway

Auto Updater Status
Prerequisites
Status on Linux
Status on Windows
Auto Updater Configuration
Configuration on Linux
Configuration on Windows




Auto Updater Removal
Prerequisites
Removal on Linux
Removal on Windows
Troubleshooting
Check the status of the Auto Update
Logging in the Gateway Auto Updater
Linux
Windows
Log Location
Last updated
Was this helpful?

