mirror of
https://github.com/absadiki/whatsapp-msgstore-viewer.git
synced 2026-04-27 04:45:57 +03:00
[GH-ISSUE #18] ⚠️ Database schema is not supported! pgsql Copy Edit #11
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whatsapp-msgstore-viewer#11
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sohan917 on GitHub (Jun 18, 2025).
Original GitHub issue: https://github.com/absadiki/whatsapp-msgstore-viewer/issues/18
file is not a database
Try to choose another version from the
Database versiondrop-down menu.If no version works, probably the database is encrypted or you have an updated version of WhatsApp and your database schema is not supported yet.
Submit an issue on our Github page to help you add support to your database schema.
@absadiki commented on GitHub (Jun 19, 2025):
If your database was decrypted successfully, it seems your msgstore schema isn’t supported yet.
I’ve made it easy to add new schemas to the project. Please take a look at abstract_db.py then create a new folder and extend that class by implementing the required methods—similar to what was done for v1 for example.
The app will load all supported versions at runtime.
You can also use AI to generate the schema for you. Please see #17