mutecomm / go-sqlcipher

Self-contained Go sqlite3 driver with an AES-256 encrypted sqlite3 database
Other
159 stars 60 forks source link

Any suggestions on migrating existing SQLCipher 3.x databases to SQLCipher 4.x #23

Open opsrampdeveloper opened 2 years ago

opsrampdeveloper commented 2 years ago

Can someone please provide steps or mechanism to migrate existing SQLCipher 3.x databases to SQLCipher 4.x we are getting below errors "file is not a database" when trying to read old database files with new package code.