Knex: Timeout acquiring a connection. The pool is probably full. Are you missing a .transacting(trx) call? April 11, 2023 by Tarik I solved this problem with these versions: "knex": "^0.21.1", "objection": "^2.1.3", "pg": "^8.0.3"