Re: A local replication entry - Mailing list pgsql-admin

From kwfarrell
Subject Re: A local replication entry
Date
Msg-id 1454963280605-5886429.post@n5.nabble.com
Whole thread Raw
In response to A local replication entry  (John Scalia <jayknowsunix@gmail.com>)
List pgsql-admin
was having the same issue. in the pg_log/enterprisedb-2016-02-08_031257.log
i see this
 "Client IP address resolved to "<actual_hostname>", forward lookup not
checked."
So, i modified pg_hba.conf file to this:
host    replication     postgres        <actual_hostname>          trust
and then ran the backup command like this;
pg_basebackup -D /mnt/gfs/pgdata/base_backup -h <actual_hostname> -Ft -z
-xlog-method=f -l backup4DB-02 -P -v

that worked.

hope this helps the next son of a bitch with the same issue







--
View this message in context: http://postgresql.nabble.com/A-local-replication-entry-tp5824819p5886429.html
Sent from the PostgreSQL - admin mailing list archive at Nabble.com.


pgsql-admin by date:

Previous
From: Albe Laurenz
Date:
Subject: Re: Error with libdir - PostgreSQL 9.2
Next
From: Mina Soltangheis
Date:
Subject: Could not open file pg_clog , Please help!