I’m trying to connect to my Postgres database using:
LOG_LEVEL=debug fly proxy 15433:5432 -a vo********-db
Unfortunately I’m unable to connect. I get a timeout:
Proxying local port 15433 to remote [vo********-db.internal]:5432
DEBUG accepted new connection from: 127.0.0.1:49838
DEBUG failed to connect to target: connect tcp [fdaa:***********:2]:5432: operation timed out
What is strange is that it is working on another database using the exact same steps. Could it be that it is related to this specific database?
I’ve also been experiencing some issues with a Postgres cluster I created yesterday… and so has another user. Either we’re all configuring it incorrectly or there’s a problem at Fly. Wish someone from their team would take a closer look at this
EDIT - Here’s mine, and here’s another. Long story short, it’s working but not all the way. That’s three posts on this topic within twenty four hours