Re: A local replication entry

Поиск
Список
Период
Сортировка
От kwfarrell
Тема Re: A local replication entry
Дата
Msg-id 1454963280605-5886429.post@n5.nabble.com
обсуждение исходный текст
Ответ на A local replication entry  (John Scalia <jayknowsunix@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Albe Laurenz
Дата:
Сообщение: Re: Error with libdir - PostgreSQL 9.2
Следующее
От: Mina Soltangheis
Дата:
Сообщение: Could not open file pg_clog , Please help!