Wasabi23901
Wasabi23901
RRailway
Created by Wasabi23901 on 11/25/2023 in #✋|help
read ECONNRESET
I am getting this error when trying to do something in railway ui, for example create a table, use queries. And nothing is happening.
4 replies
RRailway
Created by Wasabi23901 on 11/24/2023 in #✋|help
pg_restore Connection refused
When I am trying to run pg_restore command, I get connection refused error. I did pg_dump from 1 environment, and I am trying to restore it to another environment, since I am trying to deploy into production. Error:
pg_restore -U postgres -h containers-us-west-{code}.railway.app -p {port} -W -F t -d railway {backup_name}
Password:
pg_restore: error: connection to server at "containers-us-west-{code}.railway.app" {ip}, port {port} failed: Connection refused {code}
Is the server running on that host and accepting TCP/IP connections?
pg_restore -U postgres -h containers-us-west-{code}.railway.app -p {port} -W -F t -d railway {backup_name}
Password:
pg_restore: error: connection to server at "containers-us-west-{code}.railway.app" {ip}, port {port} failed: Connection refused {code}
Is the server running on that host and accepting TCP/IP connections?
I verified that password and everything was correct, tried removing firewall and antivirus.
4 replies