Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jean-emmanuel/ec4b3e5505226fec4338c539e2c486d5 to your computer and use it in GitHub Desktop.
Save jean-emmanuel/ec4b3e5505226fec4338c539e2c486d5 to your computer and use it in GitHub Desktop.
repair sqlite
echo ".dump" | sqlite3 old.sqlite | sqlite3 new.sqlite
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment