mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 11:10:45 +00:00
fix: bypass update restart cooldown
This commit is contained in:
@@ -169,11 +169,11 @@ The gateway also logs an update hint on startup (disable with `update.checkOnSta
|
||||
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.
|
||||
force a non-deferred, no-cooldown 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user