Deploying a custom PG image
blarralde
PROOP

a year ago

Hi,

Could you share the details of your PG template? I created a custom PG image with custom extensions, but when I deploy it I can't connect, even though I have the TCP proxy on. The error I get is "server closed the connection unexpectedly".

Github repo: https://github.com/flip-energy/pg_uuidv7

Thanks

3 Replies

jake
EMPLOYEE

a year ago

You cannot listen on localhost. You need to listen on 0.0.0.0 or ideally [::] (including ipv6)


Status changed to Awaiting User Response Railway over 1 year ago


blarralde
PROOP

a year ago

As far as I can tell that's what it's doing:

2024-09-18 22:16:35.107 UTC [2] LOG: listening on IPv4 address "0.0.0.0", port 5432

2024-09-18 22:16:35.107 UTC [2] LOG: listening on IPv6 address "::", port 5432


Status changed to Awaiting Railway Response Railway over 1 year ago


jake
EMPLOYEE

a year ago

Then unfortunately can't tell. You'll have to see if someone in the community knows


Status changed to Awaiting User Response Railway over 1 year ago


Loading...