Safe self-update / 01

Backup first.
Verify after.

Ask Oktapod to check in chat. Installation requires approval, creates a backup, restarts, verifies health, and reports the durable result.

Read-only checkoktapod update --check
Approved updateoktapod update --install
Inspect resultoktapod update --status

Update contract / 02

Backup. Apply. Verify. Roll back on failure.

BeforeSnapshot

The updater preserves a recoverable pre-update state.

AfterHealth proof

Service health and readiness must pass before success is reported.

FailureAutomatic rollback

The previous state is restored when verification fails; the result returns to chat.

Manual recovery / 03

If automatic rollback cannot finish.

  1. 01

    Restore

    oktapod restore --input <backup-path> --verify
  2. 02

    Check health

    oktapod doctor
    oktapod readiness
  3. 03

    Need the full path?

    Open the public docs for setup and deployment guidance.