jedmund
Can't connect to Postgres via third-party tool
Hello,
I'm trying to connect to a Postgres database via a third-party tool and suddenly cannot. I used to be able to connect to this one, and can still connect to a different database on Railway just fine. They are both post-migration. The tool is Postico: https://eggerapps.at/postico2/
The error is the password is incorrect??? but I'm copying it directly from the Railway Dashboard.
6 replies
Deployed services suddenly cannot connect to Postgres database
Hello, I have several services deployed that were working fine as of a few days ago that I've realized are down. I haven't made any changes on this project in quite a while, so I'm pretty sure I didn't misconfigure anything.
There is a Postgres database in my project that suddenly cannot be connected to using Railway's preconfigured variables (
Rails gives the error: However, if I use a desktop app (Postico) to try to connect to the Railway database directly, it's fine.
${{Postgres.PGHOST}}
, etc).Rails gives the error: However, if I use a desktop app (Postico) to try to connect to the Railway database directly, it's fine.
32 replies