Database connection faults when using IP instead of locahost

I would double check that Postgres has been configured to listen on all interfaces versus just the localhost adapter (which might be the default for security reasons).

3 Likes