Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Error with pg_basebackup

30 views
Skip to first unread message

sout saret

unread,
Dec 18, 2013, 9:42:04 PM12/18/13
to
pg_basebackup: could not connect to server: FATAL: no pg_hba.conf entry for replication connection from host "10.120.10.45", user "postgres", SSL off

evi...@ezakus.com

unread,
Sep 1, 2014, 3:39:32 AM9/1/14
to
Le jeudi 19 décembre 2013 03:42:04 UTC+1, sout saret a écrit :
> pg_basebackup: could not connect to server: FATAL: no pg_hba.conf entry for replication connection from host "10.120.10.45", user "postgres", SSL off

Did you verify you have the good configuration in your pg_hba.conf file on your primary server :
# replication privilege.
local replication postgres trust
host replication postgres 127.0.0.1/32 trust
host replication postgres ::1/128 trust
host replication postgres 10.120.10.45/32 trust
0 new messages