Skip to content

Instantly share code, notes, and snippets.

@sumardi
Created January 25, 2011 08:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sumardi/794644 to your computer and use it in GitHub Desktop.
Save sumardi/794644 to your computer and use it in GitHub Desktop.
How to convert an sqlite 2 database into an sqlite 3
sqlite2 path/to/olddb .dump > backupfile
sqlite3 path/to/newdb < backupfile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment