Access the running Zeabur container via the Dashboard (Shell/Exec) or SSH.
cd /home/node/.openclaw/workspace
tar -czf /tmp/broken_state_backup_$(date +%Y%m%d_%H%M%S).tar.gz .
Run the following commands to discard local changes and pull the latest stable version from GitHub:
# Fetch latest history
git fetch origin
# HARD RESET: Discard ALL local changes
git reset --hard origin/master
# Clean Untracked Files
git clean -fd
After files are restored, trigger a Redeploy or Restart from the Zeabur Dashboard to reload the configuration.