docs(migration): finalize phase docs, validation, and rollback pack

This commit is contained in:
hotwa
2026-03-10 17:39:16 +08:00
parent eaa8058eb5
commit 2567ce4eda
12 changed files with 196 additions and 3 deletions

View File

@@ -0,0 +1,12 @@
# ROLLBACK
## If OpenClaw memory retrieval regresses
1. Restore config backup:
- `cp ~/.openclaw/openclaw.json.bak-20260310-1723 ~/.openclaw/openclaw.json`
2. Restart OpenClaw process/session.
3. Re-run smoke checks on local memory retrieval.
## If gateway retrieval regresses
1. Check remote compose path and service health (`qmd`, `memory-gateway`).
2. Run `POST /memory/status` with `require_latest=true`.
3. Ensure target commit is pushed and index state returns `indexed-visible`.