Data Migration Readiness
Use current primary guidance as a review baseline, then report only what the available evidence supports. Primary authority: official reference.
Workflow
- Identify authoritative data, owners, writers, readers, projections, retention, and legal or policy constraints.
- Define source and target schemas, transformations, keys, defaults, null behavior, ordering, and conflict rules.
- Review compatibility across expand, backfill, dual-read or dual-write, cutover, contraction, and cleanup phases.
- Specify volume, duration, throttling, retry, idempotency, checkpoint, and resumability assumptions.
- Define reconciliation totals, invariants, sampling, error quarantine, and exact acceptance thresholds.
- Design rollback or roll-forward behavior for code, schema, state, and partially migrated records.
- Name decision owners, go or no-go gates, monitoring, and post-cutover evidence.
Boundaries
- Do not declare a source or target authoritative without ratified evidence.
- Do not run migrations, enable writers, or change production state without separate authorization.
- A successful dry run does not prove production duration, contention, or rollback safety.
Output
Return Authority map, Migration phases, Compatibility, Reconciliation, Failure handling, Rollback, and Decision gates.