SetupAuto-update

Auto-update

How the platform updates itself, with no downtime.

When a new version is available, a notice appears in the interface. The update is blue/green with zero downtime:

1
Detection and download
The platform downloads the release package and verifies the signature (cosign) and the checksum.
2
Images and migrations
Pulls the new Docker images and applies database migrations safely (with a snapshot for rollback).
3
Blue/green rollout
Brings the new version up alongside the current one in Kubernetes and runs health checks.
4
Traffic migration
Migrates traffic progressively (canary) and, once health is confirmed, removes the previous version.
A database snapshot is kept for 7 days for rollback. Check the version status at any time by clicking the version number in the sidebar.