I have more than 20 databases in my PostgreSQL 8.4 server. Someone did something wrong to my Postgres and it is not opening anymore. It gives the following error:
error connecting to the server fatal role postgres is not permitted to log in
I did lot to recover it but it still not working. I have PostgreSQL server 8.4 in windows XP.
pg_hba.conf file configuration is:
# TYPE DATABASE USER CIDR-ADDRESS METHOD
# IPv4 local connections:
#local all postgres ident sameuser
host all all 127.0.0.1/32 trust
#host all postgres trust
#host all all 192.168.44.12/32 trust
#host all all 192.168.44.103/32 trust
# IPv6 local connections:
#host all all 192.168.44.18/32 trust
# host all all ::1/128 md5
I suspect that the problem is here because someone modified the ROLE of Postgres user in NOT LOG IN...
postgresuser?createuser.exeprogram hanging around with your Postgres binaries?