From 7e34808d762e09bccfc56fb7dbe583ffa4e53eea Mon Sep 17 00:00:00 2001 From: S Date: Mon, 2 Mar 2026 20:25:16 -0600 Subject: [PATCH] feat: add post-migration check script for infrastructure state validation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3eb0c18..83617d6 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,7 @@ gitea-migration/ │ └── restore_to_primary.sh # Restore dump to Unraid ├── preflight.sh # 24 pre-flight validation checks ├── run_all.sh # Full pipeline orchestration +├── post-migration-check.sh # Read-only infrastructure state check ├── teardown_all.sh # Reverse teardown (9 to 1) ├── manage_runner.sh # Dynamic runner add/remove/list ├── phase{1-9}_*.sh # Main phase scripts