Updating

Keep your instance on the latest release.

ZenSailor updates are delivered as Docker images. You can trigger an update directly from the dashboard — the version footer shows the current version and offers Update when a newer release is detected.

Alternatively, run the installer script again to force an update:

BASH
curl -sfL https://get.zensailor.com | sh

Zero-downtime updates#

The control plane updates itself blue/green: a second container is started, the router flips to it once it is healthy, and the old one is retired — so the dashboard stays reachable through the update. Agents pin to the platform version and self-update when the update completes.

Scheduled maintenance: a platform update runs immediately when you trigger it. For production tenants that want predictable maintenance, consider doing it during a quiet window — deployed services are not part of the platform update, and their traffic is not interrupted.