-
Hi, I've been using The code snippet of interest is here: All this code does is parse the DSN into the The errors I get vary between the two below: Received unexpected error: failed to connect to `host=127.0.0.1 user=postgres database=ft-ex-db-test`: failed to receive message (read tcp 127.0.0.1:48658->127.0.0.1:6432: read: connection reset by peer)
Received unexpected error: failed to connect to `host=127.0.0.1 user=postgres database=ft-ex-db-test`: failed to receive message (unexpected EOF) The DSN string being used: user=postgres password=postgres host=127.0.0.1 port=6432 dbname=ft-ex-db-test connect_timeout=6000 sslmode=disable |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Found my issue: internal container port mapping was incorrect. |
Beta Was this translation helpful? Give feedback.
Found my issue: internal container port mapping was incorrect.