Birdzai
Hi! Not sure how I'm supposed to use the migration tool. This is the error I'm getting:
I attempted it twice. Each time I've got some "Postgres Legacy" services being created that have no deploys. Can I go ahead and delete those? Or should I just wait?
23 replies
Server Error after period of Inactivity
OK, I think I have a solution, which I'm posting here if anyone should encounter the same issue re Strapi. Turns out that for Docker-based deployments I have to change a DB connection pool setting. The Strapi docs state the following:
So that should solve my issue.
31 replies
Server Error after period of Inactivity
Thanks everyone....this may indeed be the reason for the server error, but I'm still confused as to why the same github deploy works on other PaaS platforms (Heroku and Digital Ocean). Shouldn't I also be seeing the same behavior there as well?
31 replies
Server Error after period of Inactivity
[2022-09-19 18:24:49.577] debug: ⛔️ Server wasn't able to start properly.
[2022-09-19 18:24:49.578] error: select "t0"."id" from "admin_users" as "t0" limit $1 - Connection terminated unexpectedly
Error: select "t0"."id" from "admin_users" as "t0" limit $1 - Connection terminated unexpectedly
at Connection.<anonymous> (/app/node_modules/pg/lib/client.js:132:73)
at Object.onceWrapper (node:events:627:28)
at Connection.emit (node:events:513:28)
at Connection.emit (node:domain:489:12)
at Socket.<anonymous> (/app/node_modules/pg/lib/connection.js:57:12)
at Socket.emit (node:events:525:35)
at Socket.emit (node:domain:489:12)
at TCP.<anonymous> (node:net:757:14)
error Command failed with exit code 1.
31 replies