nself Cloud keeps your stack current without surprise downtime. This page documents the channels, cadence, and your controls.
You can trigger an update on demand from the dashboard. Click Run nself update on your server detail page. We will SSH into your VPS and run:
nself upgrade --channel stable --non-interactiveThe update runs in the background and is safe to trigger while the stack is serving traffic, services are restarted one at a time with health checks in between. Expect 30–90 seconds of possible 502s as nginx reloads.
Non-urgent updates run in your configured maintenance window (default: Sundays 03:00 local time). You can change this in Settings → Maintenance.
If an update breaks your stack, roll back from the dashboard. We keep the previous CLI binary, plugin set, and config snapshot for 7 days. Rollback redeploys the prior state and replays migrations in reverse where applicable.
Database schema changes are always tested forward and reverse on staging before being promoted to stable. A schema change that cannot be safely reversed is flagged as no-rollback: you'll be prompted to accept it before the update lands on your server.