Hello All,
I'm trying to take a full base backup of postgres database from master to standby. Postgres pg_hba.conf file is configured with "test" user for replication.
I've followed "http://docs.apigee.com/private-cloud/latest/set-master-standby-replication-postgres" apigee recommendation to setup master-standby. But while executing "/opt/apigee/apigee-service/bin/apigee-service apigee-postgresql setup-replication-on-standby -f configFile", I'm getting the below error.
apigee-service: apigee-postgresql: Not running (NO_LOCKFILE) pg_basebackup: could not connect to server: FATAL: no pg_hba.conf entry for replication connection from host "30.135.211.50", user "apigee", SSL off
Any pointer?