Skip to content
AutoCore1.0.0-rc.1 · Release Candidate
1.0.0-rc.1 · Release Candidate1 min read

Recovery Checklist

A printable checklist for AutoCore interrupted operations, rollback, restore, and post-recovery acceptance.

Preserve and classify

  • Record command, source revision, package manifest, exit code, logs, lock, migration state, and service state.
  • Classify the operation: not started, partial, complete, current, concurrent, retry-safe, or decision-required.
  • Confirm the backup and manifest are intact and verifiable.

Decide and execute

  • Prefer retry or roll-forward when source-supported and non-destructive.
  • Review schema compatibility before application-image rollback.
  • Obtain explicit approval before database restore or volume removal.
  • Restore media through its provider boundary and rebuild derived search state where supported.

Accept

  • Verify migrations, counts, media checksums, search, Redis, health, routing, status, doctor, and application surfaces.
  • Record data-loss outcome and re-upgrade decision.

Do not improvise destructive recovery

Preserve the current state and use the decision matrix before running any reset, restore, volume removal, or migration command.

Verification

Mark each checklist outcome and attach the redacted manifest, backup, migration, health, and data-preservation evidence.

Related articles