更新与版本管理
OpenClaw 更新应按“更新 → 运行检查 → 重启 → 验证”的节奏执行。不要只更新不检查。
更新前:先做快照
至少备份这三类内容:
- 配置:
~/.openclaw/openclaw.json - 凭证:
~/.openclaw/credentials/ - 工作区:
~/.openclaw/workspace/
推荐:使用 openclaw update
openclaw update
openclaw update status
openclaw update --channel stable
openclaw update --channel beta
openclaw update --channel dev
openclaw update --tag <dist-tag|version>更新后:一定要跑 doctor
openclaw doctor
openclaw gateway restart
openclaw health下一步
- 安装与更新的完整说明:/docs/install/updating/
- 开发渠道语义:/docs/install/development-channels/