I see these in the server logs. What kind of error is this?
Joplin server Docker on Debian
8:22:25 0|app | at Client_PG.acquireConnection (/home/joplin/packages/server/node_modules/knex/lib/client.js:332:26)
18:22:25 0|app | at Runner.ensureConnection (/home/joplin/packages/server/node_modules/knex/lib/execution/runner.js:305:28)
18:22:25 0|app | at Runner.run (/home/joplin/packages/server/node_modules/knex/lib/execution/runner.js:30:19) {
18:22:25 0|app | sql: undefined,
18:22:25 0|app | bindings: undefined
18:22:25 0|app | }
18:22:29 0|app | 2024-10-15 18:22:29: [error] App: Middleware error on /api/items/root:/info.json:/content: KnexTimeoutError: Knex: Timeout acquiring a connection. The pool is probably full. Are you missi
ng a .transacting(trx) call?
18:22:29 0|app | at Client_PG.acquireConnection (/home/joplin/packages/server/node_modules/knex/lib/client.js:332:26)
18:22:29 0|app | at Runner.ensureConnection (/home/joplin/packages/server/node_modules/knex/lib/execution/runner.js:305:28)
18:22:29 0|app | at Runner.run (/home/joplin/packages/server/node_modules/knex/lib/execution/runner.js:30:19) {
18:22:29 0|app | sql: undefined,
18:22:29 0|app | bindings: undefined
18:22:29 0|app | }
18:22:35 0|app | 2024-10-15 18:22:35: [error] TaskService: Failed running task #11 (Process shared items) KnexTimeoutError: Knex: Timeout acquiring a connection. The pool is probably full. Are you missing
a .transacting(trx) call?
18:22:35 0|app | at Client_PG.acquireConnection (/home/joplin/packages/server/node_modules/knex/lib/client.js:332:26)
18:22:35 0|app | at Runner.ensureConnection (/home/joplin/packages/server/node_modules/knex/lib/execution/runner.js:305:28)
18:22:35 0|app | at Runner.run (/home/joplin/packages/server/node_modules/knex/lib/execution/runner.js:30:19) {
18:22:35 0|app | sql: undefined,
18:22:35 0|app | bindings: undefined
18:22:35 0|app | }
18:22:45 0|app | 2024-10-15 18:22:45: [error] TaskService: Failed running task #11 (Process shared items) KnexTimeoutError: Knex: Timeout acquiring a connection. The pool is probably full. Are you missing
a .transacting(trx) call?
18:22:45 0|app | at Client_PG.acquireConnection (/home/joplin/packages/server/node_modules/knex/lib/client.js:332:26)
18:22:45 0|app | at runNextTicks (node:internal/process/task_queues:60:5)
18:22:45 0|app | at processTimers (node:internal/timers:509:9)
18:22:45 0|app | at Runner.ensureConnection (/home/joplin/packages/server/node_modules/knex/lib/execution/runner.js:305:28)
18:22:45 0|app | at Runner.run (/home/joplin/packages/server/node_modules/knex/lib/execution/runner.js:30:19) {
18:22:45 0|app | sql: undefined,
18:22:45 0|app | bindings: undefined
18:22:45 0|app | }