[GH-ISSUE #20] Error: SQLITE_CANTOPEN: unable to open database file #93

Closed
opened 2026-02-27 12:33:09 +03:00 by kerem · 0 comments
Owner

Originally created by @mamema on GitHub (Sep 10, 2025).
Original GitHub issue: https://github.com/asalimonov/authelia-admin/issues/20

Dockerfile:

docker run -p 9093:9093
-v /mnt/docker/authelia/config:/config
-v /mnt/docker/authelia/dbv4:/data
ghcr.io/asalimonov/authelia-admin:latest

Error:

Digest: sha256:be9de29df2307fb1a6872b4a52db82d30f541ad6abcd179b6fb76d3b610068bb
Status: Downloaded newer image for ghcr.io/asalimonov/authelia-admin:latest
Listening on http://0.0.0.0:9093
Error opening database: [Error: SQLITE_CANTOPEN: unable to open database file] {
errno: 14,
code: 'SQLITE_CANTOPEN'
}
Health check failed: [Error: SQLITE_CANTOPEN: unable to open database file] {
errno: 14,
code: 'SQLITE_CANTOPEN'
}

the db file is in the provided path:

ls /mnt/docker/authelia/dbv4
db.sqlite3

Originally created by @mamema on GitHub (Sep 10, 2025). Original GitHub issue: https://github.com/asalimonov/authelia-admin/issues/20 Dockerfile: docker run -p 9093:9093 \ -v /mnt/docker/authelia/config:/config \ -v /mnt/docker/authelia/dbv4:/data \ ghcr.io/asalimonov/authelia-admin:latest Error: Digest: sha256:be9de29df2307fb1a6872b4a52db82d30f541ad6abcd179b6fb76d3b610068bb Status: Downloaded newer image for ghcr.io/asalimonov/authelia-admin:latest Listening on http://0.0.0.0:9093 Error opening database: [Error: SQLITE_CANTOPEN: unable to open database file] { errno: 14, code: 'SQLITE_CANTOPEN' } Health check failed: [Error: SQLITE_CANTOPEN: unable to open database file] { errno: 14, code: 'SQLITE_CANTOPEN' } the db file is in the provided path: ls /mnt/docker/authelia/dbv4 db.sqlite3
kerem closed this issue 2026-02-27 12:33:09 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/authelia-admin#93
No description provided.