SQLite Forum

Migrating to new SQLite version
Login
I recommend that right now, not even waiting for a date for updating to a newer SQLite, you use your existing version of SQLite to open the encrypted database and dump it as the set of SQLite commands needed to reconstruct the database.  This is easiest done using the <code>.dump</code> command in the SQLite command line shell.

You will probably use that file to get your data into the newer version of SQLite.

Since you felt it worth encrypting the original database you might want to encrypt the dump file, perhaps as an encrypted .zip file.