Objective
Create and execute a safe canary upgrade procedure for the OpenClaw runtime, moving from observed current version 2026.4.14 to available update 2026.4.25, with minimal operational risk.
Background
Current checks indicate:
- Current config validates cleanly
- Update is available via
openclaw update
- This should be handled as a controlled rollout, not a blind in-place upgrade
Proposed runbook
A detailed runbook has been prepared here:
upgrade-runtime-runbook-2026-04-27.md
Summary
- Snapshot current state and back up
~/.openclaw
- Validate baseline with
openclaw status --deep and logs
- Run a single-host canary upgrade to
2026.4.25
- Restart and execute smoke tests
- Observe for 5 to 20 minutes
- Promote if healthy, otherwise roll back immediately
Smoke test checklist
Rollback
- Restore
~/.openclaw from backup
- Restart OpenClaw
- If required, reinstall previous runtime version
2026.4.14
Risks
- auth/provider regressions
- model ID drift
- plugin incompatibility
- config schema drift
- channel integration regressions
Action items
Notes
This change should not be combined with unrelated config edits in the same window unless required.
Objective
Create and execute a safe canary upgrade procedure for the OpenClaw runtime, moving from observed current version
2026.4.14to available update2026.4.25, with minimal operational risk.Background
Current checks indicate:
openclaw updateProposed runbook
A detailed runbook has been prepared here:
upgrade-runtime-runbook-2026-04-27.mdSummary
~/.openclawopenclaw status --deepand logs2026.4.25Smoke test checklist
openclaw statusRollback
~/.openclawfrom backup2026.4.14Risks
Action items
Notes
This change should not be combined with unrelated config edits in the same window unless required.