Re: A local replication entry

From: kwfarrell <kwfarrell(at)gmail(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: A local replication entry
Date: 2016-02-08 20:28:00
Message-ID: 1454963280605-5886429.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Thomas Munro 2016-02-08 20:36:17 Re: [ADMIN] 9.5 new setting "cluster name" and logging
Previous Message Joe Conway 2016-02-08 16:30:49 Re: [HACKERS] 9.5 new setting "cluster name" and logging