Skip to content

Updates and Upgrades

Enterprise Edition Enterprise

Enterprise VM updates are automatic. No action is required. Your VM will download and apply updates in the background, then restart automatically.

Configuration and event history are preserved across updates.

Check the current version

Open Trapsters → select a device → Settings tab. The installed version is shown at the bottom of the page.

Community Edition Community

Docker

Updates are released on the !(Github)[https://github.com/0xBallpoint/trapster-community] Pull the latest image and restart:

bash
cd trapster-community
git pull
docker compose down
docker compose up --build

Python / systemd

bash
cd /opt/trapster-community
git pull
source venv/bin/activate
python3 -m pip install . --upgrade
service trapster-community restart