From fc7f4212031ee68060620a0fe730c911d67fec44 Mon Sep 17 00:00:00 2001 From: Prodiglagla <348945921@qq.com> Date: Sun, 14 Jun 2026 16:04:38 +0800 Subject: [PATCH] docs: record clean prod cutover --- .gitignore | 1 + README.md | 11 +++++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..75f3075 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +backups/ diff --git a/README.md b/README.md index 15605ca..3992fec 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,15 @@ Deployment order: 1. Prepare `ircs-prod` namespace and secrets. 2. Apply `apps/ircs-prod-core-application.yaml` to ArgoCD and sync it. -3. Run V3 migrator and compatible data migration from `ircs-system`. +3. Let the V3 migrator initialize a clean database. Do not migrate legacy `ircs-system` data by default. 4. Verify portals and BFF through cluster endpoints. -5. Sync or apply `ircs-prod/edge-cutover` and remove old `ircs-system` routes. +5. Sync `apps/ircs-prod-edge-application.yaml` or apply `ircs-prod/edge-cutover`, then remove old `ircs-system` business routes. Edge cutover is isolated from core to avoid hostname conflict while the old `ircs-system` routes still own production domains. + +Current cutover state: + +- `ircs-prod-core`: Synced/Healthy. +- `ircs-prod-edge`: Synced/Healthy. +- `ircs-system/huawai-route` and `ircs-system/ircs-route`: removed. +- `ircs-system/kibana-route`: retained.