I have a database server (192.168.1.50) running postgres. I have created a database named \"testdb\" and a user \"testuser\" with password \"testuserpw\". Locally, I can
Is the firewall letting the connections through? Or, check if pg_hba.conf allows connecting from addresses other than localhost.
pg_hba.conf