I have recently upgraded from Debian 7 to Debian 8 and from PostgreSQL 9.1 to 9.4. I am not able to connect to my database server even from pgAdmin III on localhost.
I have in my postgresql.conf the port as 5433 and the listen_address as "*".
In pg_hba.conf, I have the following lines: host all all 127.0.0.1/32 md5 host all all ::1/128 md5
Nonetheless, I get the following error when I try to connect:
What configuration have I not yet configured? I believe I went through the same procedure in the config files as when I set up in 9.1, but it is not working.