Skip to content

Clarify disaster-recovery doc's automation status - #1302

Open
victorisiguzoruzoma874 wants to merge 1 commit into
StellarCheckMate:mainfrom
victorisiguzoruzoma874:docs/disaster-recovery-automation-status
Open

Clarify disaster-recovery doc's automation status#1302
victorisiguzoruzoma874 wants to merge 1 commit into
StellarCheckMate:mainfrom
victorisiguzoruzoma874:docs/disaster-recovery-automation-status

Conversation

@victorisiguzoruzoma874

@victorisiguzoruzoma874 victorisiguzoruzoma874 commented Aug 22, 2026

Copy link
Copy Markdown

Summary

  • Addresses the docs-accuracy part of closes Disaster-Recovery Backup/Restore Scripts Have Zero Automated Test Coverage #1285
    : confirms docs/disaster-recovery.md correctly reflects that the backup/restore cycle has zero automated CI coverage today.
  • Adds an explicit "Automation status" note to the Testing section stating that backup_state.sh/restore_state.sh are invoked by no test in the repo, backup.yml only runs on schedule/manual dispatch, and the network confirmation prompt, mainnet type-to-confirm guard, and in-flight match recreation are all manual operator steps.

Scope note

Per current instruction, the integration-test and adversarial-test tasks in #1285 (local-network backup/restore harness, schema-version-mismatch rejection test, etc.) are out of scope for this PR — only the documentation-accuracy task was completed.

Test plan

  • bash scripts/check_doc_conformance.sh passes locally (no drift detected)

)

backup_state.sh and restore_state.sh have no automated test coverage
today, and backup.yml only fires on schedule/manual-dispatch. Make the
doc explicit that the backup/restore drill, network confirmation
prompts, mainnet type-to-confirm guard, and in-flight match recreation
are all currently manual, so operators don't assume CI verifies any of
it.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Disaster-Recovery Backup/Restore Scripts Have Zero Automated Test Coverage

1 participant