This problem occurs when your server is blocking incoming connections to your pgsql database. Before you try to solve it, find out the version of pgsql you have installed on the server. Now we will be editing the pg_hba.conf file and allow incoming connections from all IPs (we can allow from only your IP but […]