You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but I'm keep getting this error when I try to save image, and get kicked out and unable to log in due to locked db - sqlite_busy
2023-07-14T18:21:41Z method=GET uri=/api/tag? status=500 error=code=500, message=Server error to find user ID: 1, internal=SQL logic error: cannot start a transaction within a transaction (1)
2023-07-14T18:21:41Z method=GET uri=/api/memo/stats?creatorId=1 status=500 error=code=500, message=Server error to find user ID: 1, internal=SQL logic error: cannot start a transaction within a transaction (1)
2023-07-14T18:21:41Z method=GET uri=/api/user/1 status=500 error=code=500, message=Server error to find user ID: 1, internal=database is locked (5) (SQLITE_BUSY)
2023-07-14T18:21:41Z method=GET uri=/api/shortcut? status=500 error=code=500, message=Server error to find user ID: 1, internal=database is locked (5) (SQLITE_BUSY)
2023-07-14T18:21:41Z method=GET uri=/api/user/1 status=500 error=code=500, message=Server error to find user ID: 1, internal=database is locked (5) (SQLITE_BUSY)
terminated received.
memos stopped properly
---
Server profile
dsn: /var/opt/memos/memos_prod.db
port: 5230
mode: prod
version: 0.13.2
---
Version 0.13.2 has started at :5230
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, im running memos with 3 instances
but I'm keep getting this error when I try to save image, and get kicked out and unable to log in due to locked db - sqlite_busy
Beta Was this translation helpful? Give feedback.
All reactions