-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DatabaseError: file is encrypted or is not a database #13
Comments
The same error here. Under Ubuntu Linux. |
This error is probably caused by a mismatched cipher version. I ran into the same error when doing a manual export and posted my solution in the Signal-Desktop repo:
In particular here, I see the error references I see this same error was reported in #10, and the associated pull request (#14) comments out a few lines that were added for compatibility with SQLCipher 3, so presumably that causes the library to fall back to the default of SQLCipher 4. |
Hi @mattsta, first of all thanks for your work on this very-needed tool!
I'm hitting an issue when processing my encrypted backup according to the instructions. When I run
../scab.py
, I get the following error:I tried the advice in error: pysqlcipher3.dbapi2.DatabaseError: file is not a database #10 of commenting likes
29-33
or30-33
, but the same error appears.I tried a manual install of
pysqlcipher3
as recommended here, but no success either.According to some online, such errors could come from mismatched sqlite versions. Here's mine:
3.31.1 2020-01-27 19:55:54 3bfa9cc97da10598521b342961df8f5f68c7388fa117345eeb516eaa837balt1
. Maybe that's the issue? Is there a min version of Sqlite required?Thanks for your help 🙏
The text was updated successfully, but these errors were encountered: