Zum Hauptinhalt springen

Upgrading

Vodia Monitor supports near zero-downtime upgrades. A brief restart of 5–10 seconds is required. No data is lost.

note

Please perform a full backup of the virtual machine before proceeding with any upgrade.

Standard Upgrade

cd vodia-monitor
wget https://vodia.nyc3.cdn.digitaloceanspaces.com/vodia-monitor/vodia-monitor.zip -O vodia-monitor-update.zip
unzip -o vodia-monitor-update.zip
cp -rf vodia-monitor/* .
rm -rf vodia-monitor/
rm -rf vodia-monitor-update.zip
docker compose build --no-cache
docker compose up -d

Database migrations run automatically on startup. Your data is preserved.