mirror of
https://github.com/asalimonov/authelia-admin.git
synced 2026-04-25 14:45:56 +03:00
[GH-ISSUE #20] Error: SQLITE_CANTOPEN: unable to open database file #93
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/authelia-admin#93
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 @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