Step 07 of 8 Maintenance window (minutes to hours)· advanced
Step 7: Cutover with Feature Flag
Switch apps from source to target. Feature-flag the connection per workload for zero-downtime ramp; or use a brief maintenance window.
Recommended prompts
Use one of these to do the work in your IDE
Open the template to read it in full. Click Copy prompt to grab it (with your stack values pre-filled where they apply) — then paste into Claude Code, Cursor, or wherever you build.
Recommended skills
Drop these into Claude Code for this phase
Skills auto-trigger on the right kind of request. Install once; they apply to every prompt that fits.
Recommended MCP configs
Wire these tools into Claude Code first
MCP servers give Claude Code direct access to external systems (Jira, browsers, databases). Configure once.
When you're done
Verify these in your own work before moving on
This is a checklist for you to mentally tick off in your repo and IDE — the site doesn't track it, you do.
- Cutover runbook executed step by step
- All apps now reading from target
- Sync stopped (no more dual-write or CDC)
- Source DB now read-only (preserved for rollback)
- Smoke tests passed on apps using target
- Performance acceptable
- Error rates stable
- Stakeholder sign-off
Common pitfalls
What goes wrong at this step
- Cutting over apps in different orders — they may inter-operate via DB; data may briefly drift
- Forgetting reporting tools — Tableau / Power BI / SSRS reports point at source; update them too
- Forgetting scheduled jobs — SQL Agent jobs (if any) may still run against source
- Stopping sync too early — if cutover fails, no easy way back to source-as-primary
- Forgetting one final pre-cutover validation — catches drift accumulated since the last run