You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting an error message on Postgres database (version 14) but working perfectly with MySQL database
[2021-12-09 19:26:58.233] debug: ⛔️ Server wasn't able to start properly.
[2021-12-09 19:26:58.235] error: Knex: Timeout acquiring a connection. The pool is probably full. Are you missing a .transacting(trx) call?
KnexTimeoutError: Knex: Timeout acquiring a connection. The pool is probably full. Are you missing a .transacting(trx) call?
at Client_PG.acquireConnection (/home/xxxx/xxx/node_modules/knex/lib/client.js:295:26)
at runNextTicks (internal/process/task_queues.js:62:5)
at listOnTimeout (internal/timers.js:523:9)
at processTimers (internal/timers.js:497:7)
error Command failed with exit code 1.
when I have 34+ collections, 200+ relation types, 250+ tables in the database and when adding, removing or modifying field or relation
Steps to reproduce the behavior
34+ collections, 200+ relation type, 250+ tables in database