Re: postgres 9 streaming replication

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема Re: postgres 9 streaming replication
Дата
Msg-id AANLkTim4jZ4Zu2DAha5=HDA=o4d8ch2Tfv10984AYkyp@mail.gmail.com
обсуждение исходный текст
Ответ на Re: postgres 9 streaming replication  (Alex Lai <alai@sesda2.com>)
Ответы Re: postgres 9 streaming replication  (Alex Lai <alai@sesda2.com>)
Список pgsql-bugs
On Wed, Mar 23, 2011 at 9:07 PM, Alex Lai <alai@sesda2.com> wrote:
> I have no idea why I keep getting the message:\
> =A0could not connect to the primary server: FATAL: =A0no pg_hba.conf entr=
y for
> replication connection from host "slave_server_ip", user
> "my_super_user_name"

Can you connect from slave to master by the following command?

    psql "replication=3D1" -h <slave_ip> -p 5432 -U <my_user_name>

If successful, the settings in recovery.conf would be wrong.
Otherwise, I guess that the setting in pg_hba.conf of the master would
be wrong. Did you reload the configuration files? What happens if you
use "all" keyword instead of specifying the real user name? What happens
if you use "0.0.0.0/0" instead of specifying the slave's ip? You would need
to do trial and error approach.

Regards,

--=20
Fujii Masao
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center

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

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: BUG #5938: PostgreSQL Installer outputs log file with superuser password in clear text
Следующее
От: "Viner, Adrian"
Дата:
Сообщение: Service Wont Start