I've changed the contents of pg_hba.conf to this: #Database administrative login by Unix domain socket local all postgres peer local all bucardo md5 #"local" is for Unix domain socket connections only local all all peer #IPv4 host all all 127.0.0.1/32 md5 #IPv6 host all all ::1/128 md5 #Allow replication connections from localhost: host replication rep 192.168.0.111/32 md5
But I'm still getting the same error message. On Tue, Nov 18, 2014 at 5:49 PM, Hadri Rahman <[email protected]> wrote: > I've changed it to > > #IPv4 >> host all all 127.0.0.1/32 <http://127.0.0.1/32> md5 >> #IPv6 >> host all all ::1/128 md5 >> > > But I'm still getting the same error message. > > On Tue, Nov 18, 2014 at 4:27 PM, Hans van der Riet <[email protected]> > wrote: > >> On 18-11-14 06:09, Hadri Rahman wrote: >> >>> So I've followed the advice given and changed the contents of >>> pg_hba.conf to this: >>> >> [..] >> >>> #IPv4 >>> local all all 127.0.0.1/32 <http://127.0.0.1/32> md5 >>> #IPv6 >>> local all all ::1/128 md5 >>> >> >> These lines are still broken, for TCP/IP you should change 'local' to >> 'host'. >> >> >> Kind regards, >> -- >> Hans van der Riet >> _______________________________________________ >> Bucardo-general mailing list >> [email protected] >> https://mail.endcrypt.com/mailman/listinfo/bucardo-general >> > >
_______________________________________________ Bucardo-general mailing list [email protected] https://mail.endcrypt.com/mailman/listinfo/bucardo-general
