Deployment Upgrade Runbook
Production-style upgrade checklist and rollback plan
Production-style upgrade checklist and rollback plan
Page scope (operations runbook niche): This page is for operator workflows (preflight, rollout, smoke tests, rollback). For config migration details use Upgrading / Migrating. For release history use Releases.
openclaw backup create.openclaw --version, openclaw doctor.openclaw update
openclaw doctor --fix
openclaw gateway restart
openclaw doctor
If migration-related warnings appear, continue with Upgrading / Migrating and provider-specific guides.
If you upgraded to v2026.5.18 or newer, add these checks to the smoke list:
node -v shows 22.19+ before openclaw update completes.openclaw gateway restart reaches ready without prolonged sidecar stalls (compare to pre-upgrade if you log restart traces).browser dialog --dialog-id if your flow depends on modals.openclaw plugins validate on any custom tool plugins; spot-check openclaw plugins build in CI if you ship plugins.Migration checklist: Upgrading → v2026.5.18 · Release highlights: Releases → v2026.5.18
On Docker, pin image tags before upgrade and keep the previous tag for rollback. Managed vendors may auto-update—ask whether you can defer upgrades during incidents. Always export config (openclaw backup create) before vendor-side maintenance windows.
Before upgrading, notify channel users: expected downtime (usually gateway restart only), whether pairing must be re-approved, and who to ping if replies stop. After smoke tests pass, send an all-clear with the new openclaw --version string for support tickets.