docs(matrix): move migration guide from install/ to channels/ · openclaw/openclaw@0e4be1e
vincentkoc
·
2026-04-27
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -361,9 +361,10 @@ openclaw matrix verify status
|
361 | 361 | |
362 | 362 | If the device is still unverified after that, finish verification from your Matrix client by comparing the SAS emoji or decimal codes and confirming that they match. |
363 | 363 | |
364 | | -## Related pages |
| 364 | +## Related |
365 | 365 | |
366 | | -- [Matrix](/channels/matrix) |
367 | | -- [Doctor](/gateway/doctor) |
368 | | -- [Migrating](/install/migrating) |
369 | | -- [Plugins](/tools/plugin) |
| 366 | +- [Matrix](/channels/matrix): channel setup and config. |
| 367 | +- [Matrix push rules](/channels/matrix-push-rules): notification routing. |
| 368 | +- [Doctor](/gateway/doctor): health check and automatic migration trigger. |
| 369 | +- [Migration guide](/install/migrating): all migration paths (machine moves, cross-system imports). |
| 370 | +- [Plugins](/tools/plugin): plugin install and registration. |
| Original file line number | Diff line number | Diff line change |
|---|
@@ -401,7 +401,7 @@ Without `--account <id>`, Matrix CLI commands use the implicit default account.
|
401 | 401 | |
402 | 402 | Startup also runs a conservative crypto bootstrap pass that reuses the current secret storage and cross-signing identity. If bootstrap state is broken, OpenClaw attempts a guarded repair even without `channels.matrix.password`; if the homeserver requires password UIA, startup logs a warning and stays non-fatal. Already-owner-signed devices are preserved. |
403 | 403 | |
404 | | -See [Matrix migration](/install/migrating-matrix) for the full upgrade flow. |
| 404 | +See [Matrix migration](/channels/matrix-migration) for the full upgrade flow. |
405 | 405 | |
406 | 406 | </Accordion> |
407 | 407 | |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -52,6 +52,10 @@
|
52 | 52 | ] |
53 | 53 | }, |
54 | 54 | "redirects": [ |
| 55 | + { |
| 56 | +"source": "/install/migrating-matrix", |
| 57 | +"destination": "/channels/matrix-migration" |
| 58 | + }, |
55 | 59 | { |
56 | 60 | "source": "/help/gpt54-codex-agentic-parity", |
57 | 61 | "destination": "/help/gpt55-codex-agentic-parity" |
|
984 | 988 | "pages": [ |
985 | 989 | "install/migrating", |
986 | 990 | "install/migrating-claude", |
987 | | -"install/migrating-hermes", |
988 | | -"install/migrating-matrix" |
| 991 | +"install/migrating-hermes" |
989 | 992 | ] |
990 | 993 | }, |
991 | 994 | "install/uninstall", |
|
1050 | 1053 | "channels/imessage", |
1051 | 1054 | "channels/bluebubbles", |
1052 | 1055 | "channels/matrix", |
| 1056 | +"channels/matrix-migration", |
1053 | 1057 | "channels/matrix-push-rules" |
1054 | 1058 | ] |
1055 | 1059 | }, |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -117,13 +117,9 @@ On the new machine, confirm:
|
117 | 117 | |
118 | 118 | ## Upgrade a plugin in place |
119 | 119 | |
120 | | -In-place plugin upgrades preserve the same plugin id and config keys but may move on-disk state into the current layout. The Matrix plugin is the largest example because of its encrypted-state recovery requirements. |
| 120 | +In-place plugin upgrades preserve the same plugin id and config keys but may move on-disk state into the current layout. Plugin-specific upgrade guides live alongside their channels: |
121 | 121 | |
122 | | -<CardGroup cols={1}> |
123 | | -<Card title="Matrix plugin migration" href="/install/migrating-matrix" icon="key"> |
124 | | -Encrypted-state recovery limits, automatic snapshot behavior, and manual recovery commands for the Matrix plugin. |
125 | | -</Card> |
126 | | -</CardGroup> |
| 122 | +- [Matrix migration](/channels/matrix-migration): encrypted-state recovery limits, automatic snapshot behavior, and manual recovery commands. |
127 | 123 | |
128 | 124 | ## Related |
129 | 125 | |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。