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.
app.equantic.space · update
v2.4.1v2.5.0blue/green
Download + verification
Images + migrations
Rollout alongside the current version
Shift traffic · remove the old one
traffic
v2.5.0 · canary
1v2.4.1 → v2.5.0
2Live phases
3Canary traffic
A blue/green update: the new version comes up alongside the current one, passes the health checks and receives traffic progressively before the old one is removed.
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.