Cannot connect to DB
I just created a Databse in Xata and I'm trying to connect to it with psql. But this is the output of psql:
psql: error: connection to server at "eu-west-1.sql.xata.sh" (52.18.153.197), port 5432 failed: could not receive data from server: Operation timed out
I double checked all fields and all are okay. Any idea on how to solve this?
Thank sin advance!!
4 Replies
Hi, can you share your workspace id, please? You can find it in the URL.
v8onpb
sorry for the delay, I was travelling.
Could it be that there is a firewall that blocks your outbound connections to 5432? Could you try from a different network?
That's the only explanation I have for a connection time out there, if it's persistent.
I have a VPN set up might that be the issue? I’ll try disabling it and get back to you. Thank for suggesting that