Re: no pg_hba.conf entry for replication connection from host

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: no pg_hba.conf entry for replication connection from host
Дата
Msg-id 5526F4DD.2000702@aklaver.com
обсуждение исходный текст
Ответ на Re: no pg_hba.conf entry for replication connection from host  (Volkan Unsal <spocksplanet@gmail.com>)
Ответы Re: no pg_hba.conf entry for replication connection from host  (Volkan Unsal <spocksplanet@gmail.com>)
Список pgsql-general
On 04/09/2015 02:38 PM, Volkan Unsal wrote:
>     If you on the outside looking in would that not depend on firewall
>     rules also?
>
>
> Hm, I guess. But I'm not behind a firewall and neither is the server.
>
>
>     On the standby what does netstat -lt show?
>
>
> This is what I see on the standby
>
> Active Internet connections (only servers)
> Proto Recv-Q Send-Q Local Address           Foreign Address         State
> tcp        0      0 *:ssh                   *:*                     LISTEN
> tcp6       0      0 [::]:ssh                [::]:*                  LISTEN
> tcp6       0      0 [::]:postgresql         [::]:*                  LISTEN
>

So it is using IPv6. If you are looking for the port using IPv4 then you
will probably not see it.

Might try in your primary pg_hba.conf changing to:

host    replication     ${REP_USER}     all                     md5
host    replication     ${REP_USER}     0.0.0.0/0               md5
host    ${DB_NAME}      ${DB_USER}      0.0.0.0/0               md5


>
>     What do the FATAL errors say?
>
>
>
> I forgot their contents now, but I think they showed up for trying to
> connect via psql, and not as part of replication process.
>
>
>
>
>
> --
> *Volkan Unsal*
> /web and mobile development/
> volkanunsal.com <http://bit.ly/1h1ebjy>


--
Adrian Klaver
adrian.klaver@aklaver.com


В списке pgsql-general по дате отправления:

Предыдущее
От: Volkan Unsal
Дата:
Сообщение: Re: no pg_hba.conf entry for replication connection from host
Следующее
От: Volkan Unsal
Дата:
Сообщение: Re: no pg_hba.conf entry for replication connection from host