Start from evidence
Repair begins from a compare result so operators know exactly which rows and tables are in scope.
MySQL Compare and Repair
Cupcake DRCP connects the compare result to the repair workflow: find drift, inspect the scope, dry-run the reconcile plan, then apply a controlled fix with an audit trail.
Why It Matters
Repair begins from a compare result so operators know exactly which rows and tables are in scope.
Dry-run reconcile actions before target data changes, with row-count ceilings and typed confirmation for sensitive operations.
Keep compare, dry-run, confirmation, and repair history together so recovery teams can explain what changed.
Product Workflows
Checklist
Run compare and confirm the result is recent enough for the decision being made.
Filter repair scope to the tables and rows that should be reconciled.
Dry-run the repair and review row counts before applying changes.
Use operator confirmation for target writes and keep the repair receipt.
Run a follow-up compare to confirm the target now matches the source.
Community Discovery
FAQs
Yes. The repair workflow should be constrained by table, row, compare result, and operator policy.
Dry-run previews help teams catch surprising row counts or unintended scope before any target writes happen.