leogtzr
PostgreSQL - read: connection reset by peer
Hello! I have a Golang application that uses PostgreSQL, I am trying to the Go PSQL client to the database using the DATABASE_URL or the DATABASE_PRIVATE_URL but I am not able to connect. I have also tried to "Promote" the env variable but the result is the same, in the backend I get this:
panic: read tcp XXX...:59288: read: connection reset by peer
What am I missing?
Thanks for the help.
39 replies