feat: add post-migration check script for infrastructure state validation

This commit is contained in:
S
2026-03-02 20:25:16 -06:00
parent 0db33b9495
commit 7e34808d76

View File

@@ -94,6 +94,7 @@ gitea-migration/
│ └── restore_to_primary.sh # Restore dump to Unraid │ └── restore_to_primary.sh # Restore dump to Unraid
├── preflight.sh # 24 pre-flight validation checks ├── preflight.sh # 24 pre-flight validation checks
├── run_all.sh # Full pipeline orchestration ├── run_all.sh # Full pipeline orchestration
├── post-migration-check.sh # Read-only infrastructure state check
├── teardown_all.sh # Reverse teardown (9 to 1) ├── teardown_all.sh # Reverse teardown (9 to 1)
├── manage_runner.sh # Dynamic runner add/remove/list ├── manage_runner.sh # Dynamic runner add/remove/list
├── phase{1-9}_*.sh # Main phase scripts ├── phase{1-9}_*.sh # Main phase scripts