Connection to PostgreSQL not possible

Hello,

when trying to connect to our postgreSQL database with make i encounter an “IP address is not valid.” error.

I copied hostname and port from our PGadmin tool so it is the correct hostname. Still make is unable to connect to it.

Any advice on how to solve this issue?

Welcome to the Make community!

Could you provide screenshots of what you’re looking at?

2 Likes

Here is the screenshot of the errormessage.

Host and port are the same as the ones i use in PGAdmin to connect to the Postgre Database.

Looks like the HOST field only accepts an IP address, not a hostname. Can you try an IP address?

2 Likes