docker-lab# docker logs docker-web-1 s6-rc: info: service s6rc-oneshot-runner: starting s6-rc: info: service s6rc-oneshot-runner successfully started s6-rc: info: service fix-attrs: starting s6-rc: info: service init-db-migration: starting s6-rc: info: service fix-attrs successfully started s6-rc: info: service legacy-cont-init: starting Running db migration script s6-rc: info: service legacy-cont-init successfully started /db_migrations/index.js:7329 throw new DrizzleError({ cause: err, message: `Failed to run the query '${staticQuery.sql}'` }); ^ DrizzleError: Failed to run the query ' CREATE TABLE IF NOT EXISTS "__drizzle_migrations" ( id SERIAL PRIMARY KEY, hash text NOT NULL, created_at numeric ) ' at BetterSQLiteSession.run (/db_migrations/index.js:7329:13) at SQLiteSyncDialect.migrate (/db_migrations/index.js:5461:13) ... 6 lines matching cause stack trace ... at Module.load (node:internal/modules/cjs/loader:1318:32) at Function._load (node:internal/modules/cjs/loader:1128:12) { cause: SqliteError: database is locked at PreparedQuery.run (/db_migrations/index.js:7438:22) at BetterSQLiteSession.run (/db_migrations/index.js:7327:74) at SQLiteSyncDialect.migrate (/db_migrations/index.js:5461:13) at migrator_migrate (/db_migrations/index.js:12463:14) at /db_migrations/index.js:12470:1 at /db_migrations/index.js:12472:3 at Object. (/db_migrations/index.js:12475:12) at Module._compile (node:internal/modules/cjs/loader:1565:14) at Object..js (node:internal/modules/cjs/loader:1708:10) at Module.load (node:internal/modules/cjs/loader:1318:32) { code: 'SQLITE_BUSY' } } Node.js v22.12.0 s6-rc: warning: unable to start service init-db-migration: command exited 1