Skip to main content
This runbook helps you resolve merge conflicts that occur during Dolt sync operations.

Symptoms

  • bd dolt pull fails with conflict errors
  • Different issue states between clones

Diagnosis

Solution

Step 1: Back up current state
Step 2: Check for conflicts
Step 3: Fix to reconcile
Step 4: Verify state
Step 5: Push resolved state

Prevention

  • Sync before and after work sessions using bd dolt pull / bd dolt push
  • Avoid concurrent modifications from multiple clones without the Dolt server running