Skip to content
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

[Client ERROR] Failed to save push name of [email protected] in device store: database is locked (5) (SQLITE_BUSY) #699

Open
Diden05 opened this issue Nov 16, 2024 · 1 comment

Comments

@Diden05
Copy link

Diden05 commented Nov 16, 2024

When receiving any message, I get this error:
[Client ERROR] Failed to save push name of ххххххххх@s.whatsapp.net in device store: database is locked (5) (SQLITE_BUSY)
How to fix?

@SoursopID
Copy link

You're using SQLite database. Sometimes it struggle to handle multiple connections and fast R/W tasks.

Using PostgreSQL are the best choice instead of SQLite.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants