Updating
-
Update the
vyhub-onpremrepository: -
Adjust the version number in
docker-compose.override.ymlThe version numbers are built like this:
{major}.{minor}.{patch}. To be sure, only update one minor version after another.Example: You want to update from
2.0.7to2.2.1Solution: Update to the newest version of
2.1(e.g.2.1.3) first and update to2.2.1afterwards. -
Restart the containers:
-
Check that all 8 containers are running:
If a container is missing or is not running, check the logs with:
A systemd timer keeps the stack current with no manual maintenance:
| Timer | Fires (local time) | Action |
|---|---|---|
apt-daily-upgrade.timer |
~01:00 ± 30 min | unattended-upgrades installs Debian + Docker apt updates |
| (auto-reboot) | 02:00 | reboot if a kernel update required it |
vyhub-onprem-update.timer |
~03:30 ± 30 min | git pull --ff-only && docker compose pull && docker compose up -d |
Inspect or control on the server: