On a VPS, the cleanest “Clawdbot → OpenClaw” upgrade is basically: update the install in place, run Doctor (it handles migrations), restart the gateway, verify.
1) SSH into the VPS + grab your current version
clawdbot --version || true
openclaw --version || true
2) (Recommended) Re-run the installer (upgrades in place)
This is the preferred upgrade path and it will detect existing installs:
curl -fsSL https://openclaw.ai/install.sh | bash -s -- --no-onboard
(If you actually want the “hackable” git install instead, re-run with --install-method git.)