docker icon indicating copy to clipboard operation
docker copied to clipboard

Error: SQLITE_CANTOPEN: unable to open database file

Open notkudu opened this issue 5 months ago • 0 comments

I changed nothing from the docker compose file, and I am getting this error:

spacebar  | Commit Hash: 8a7ee8c8a93bff0e90f88105932f0015eeedbbaa (8a7ee8c)
spacebar  | Cores: 24 (Using 1 thread(s).)
spacebar  | 
spacebar  | [Path] running in /exec/dist/bundle
spacebar  | [CPU] Intel(R) Xeon(R) CPU E5-2670 v3 @ 2.30GHz Cores x24
spacebar  | [System] linux x64
spacebar  | [Process] running with PID: 18
spacebar  | [Process] starting with 1 threads
spacebar  | [Database] You are running sqlite! Please keep in mind that we recommend setting up a dedicated database!
spacebar  | [Database] Connecting to sqlite db
spacebar  | [Error: SQLITE_CANTOPEN: unable to open database file] {
spacebar  |   errno: 14,
spacebar  |   code: 'SQLITE_CANTOPEN'
spacebar  | }
spacebar  | npm notice 
spacebar  | npm notice New major version of npm available! 9.6.7 -> 11.5.2
spacebar  | npm notice Changelog: <https://github.com/npm/cli/releases/tag/v11.5.2>
spacebar  | npm notice Run `npm install -g [email protected]` to update!
spacebar  | npm notice 
spacebar exited with code 0

notkudu avatar Aug 24 '25 20:08 notkudu