mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-05 00:39:38 +03:00
🐛 Bug Report: Application exit unexpectly when acquire lock failed #626
Reference in New Issue
Block a user
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 @helloworlde on GitHub (Jan 26, 2026).
Reproduction steps
Expected behavior
Application run correctly
Actual Behavior
Application exit, and db/docker/network works well.
Pocket ID Version
2.2.0
Database
Postgres 16.7
OS and Environment
Docker on ubuntu 24.10 in PVE LXC
Log Output
No response
@l-maciej commented on GitHub (Feb 1, 2026):
I have same bug with the sqlite db version 2.20
Using Kubernetes and community chart.
@0x2142 commented on GitHub (Feb 2, 2026):
Also seeing the same here running v2.2.0 & sqlite DB - single instance on docker.
App is stopping / restarting about 4-6 times a day now due to lock issues, which then is interrupting auth flow while it's down. Before the new locking mechanism was added, this was super stable.