10 months ago
Hi everyone, I just started having the error on Postgres.
psql: error: connection to server at "localhost" (::1), port 5432 failed: FATAL: sorry, too many clients already connection to server at "localhost" (::1), port 5432 failed: FATAL: sorry, too many clients already
19 Replies
10 months ago
sorry, too many clients already
Where do you see this error?
10 months ago
Is it possible you have more than 100 connections?
10 months ago
You can redeploy to fix it immediately... but I suppose it's possible Railway isn't closing connections
10 months ago
Make sure your app is closing connections as well
10 months ago
But just redeploy
10 months ago
What framework are you using
10 months ago
Django should close them automatically
10 months ago
Yeah. Do you use the Railway database UI a lot?
10 months ago
Could be an issue with Railway not closing connections. 🤷
10 months ago
I’ll always recommend a desktop app like datagrip or dbeaver, you just have so much more control
10 months ago
I’m going to get flamed for saying that
