Discussion:
Error with pg_basebackup
(too old to reply)
sout saret
2013-12-19 02:42:04 UTC
Permalink
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
e***@ezakus.com
2014-09-01 07:39:32 UTC
Permalink
Post by sout saret
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
Loading...