mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 10:50:44 +00:00
fix: force package update restart handoff
This commit is contained in:
@@ -168,6 +168,13 @@ The auto-updater is off by default. Enable it in `~/.openclaw/openclaw.json`:
|
||||
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.
|
||||
|
||||
Package-manager updates requested through the live Gateway control-plane handler
|
||||
force a non-deferred update restart after the package swap. That avoids leaving
|
||||
an old in-memory process around long enough to lazy-load chunks from a package
|
||||
tree that has already been replaced. Shell `openclaw update` remains the
|
||||
preferred path for supervised installs because it can stop and restart the
|
||||
service around the update.
|
||||
|
||||
## After updating
|
||||
|
||||
<Steps>
|
||||
|
||||
Reference in New Issue
Block a user