Updates & Rollback
dkg update --check
dkg update
dkg rollbackdkg status
dkg wallet
dkg mcp setup --forceLast updated
Was this helpful?
Tip: point the node at a reliable chain RPC before updating — public endpoints rate-limit and can silently stall publishing.
Use the CLI update path for packaged installs:
dkg update --check
dkg update
dkg rollbackBefore updating:
stop long-running imports or publisher jobs
check wallet and daemon status
record the current package version
keep a copy of local config and auth material outside the repo
After updating:
dkg status
dkg wallet
dkg mcp setup --forceUse dkg rollback when the latest installed version breaks daemon startup or a critical integration.
Last updated
Was this helpful?
Was this helpful?