Failed to Logon to Posgresql database backup, problem encountered while configuring database cluster
Problem caused by using Local all all ident
and IPV6 ident
Stop the PostGreSQL services
Login as Superuser
Edit '/var/lib/pgsql/data/pg_hba.conf' and add the following lines to allow login from localhost:
local all all trust
IPV6 trust
Start the Postgresql Services