mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 17:35:52 +03:00
[GH-ISSUE #1678] SQLITE_BUSY: database is locked #1252
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#1252
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 @miberecz on GitHub (Dec 23, 2021).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/1678
Checklist
jc21/nginx-proxy-manager:latestdocker image?Describe the bug
After setting up everything as it written on the https://nginxproxymanager.com/guide/#quick-setup page, I get 'Bad Gateway' at login.
Checking the logs shows the following:
docker logs nginx-app-1
cat fallback_error.log
Nginx Proxy Manager Version
v2.9.13
Expected behavior
To be able to login
Screenshots
Operating System
Linux, x86
Additional context
Content of docker-compose.yml
@TimekillerTK commented on GitHub (Jan 2, 2022):
@miberecz I came across this issue when trying to use a mounted SMB share with specific UID/GID, this was a file permissions issue and I resolved it by using different mounts with correct permissions.
@sunjx97 commented on GitHub (Jan 4, 2022):
I also had this problem before when I used a mounted SMB share. I mounted my folders with the fstab file like this
As a result, I faced the same problem.
Finally, I resolved it by setting a parameter nolock, just like this:
You can get more infomation with this url: Database is locked
@miberecz commented on GitHub (Jan 4, 2022):
Thank you guys, it makes sense now!
@Krojack commented on GitHub (Mar 6, 2023):
An update if someone comes across this now....
The
nolockmount option is no longer valid for cifs. You need tonobrl@aogg commented on GitHub (Sep 7, 2023):
+1