From e93f65c79490a9d3efc2f733b7d4478f0cec2e90 Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Mon, 27 Apr 2026 09:00:38 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@36a936af6614267a80013c1674a2d5f64c50572a --- .openclaw-sync/source.json | 4 ++-- docs/install/updating.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index 7a4ee6f40..71cc533fe 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "cb45f16330f66adf3411d009bd9e50b1a332e7b7", - "syncedAt": "2026-04-27T08:56:04.399Z" + "sha": "36a936af6614267a80013c1674a2d5f64c50572a", + "syncedAt": "2026-04-27T08:59:09.094Z" } diff --git a/docs/install/updating.md b/docs/install/updating.md index fedba9fe2..92c036d7e 100644 --- a/docs/install/updating.md +++ b/docs/install/updating.md @@ -164,6 +164,7 @@ The auto-updater is off by default. Enable it in `~/.openclaw/openclaw.json`: | `dev` | No automatic apply. Use `openclaw update` manually. | The gateway also logs an update hint on startup (disable with `update.checkOnStart: false`). +For downgrade or incident recovery, set `OPENCLAW_NO_AUTO_UPDATE=1` in the gateway environment to block automatic applies even when `update.auto.enabled` is configured. Startup update hints can still run unless `update.checkOnStart` is also disabled. ## After updating