Re: fe_sendauth: no password supplied - PostgreSQL 9.2

Поиск
Список
Период
Сортировка
От Patrick B
Тема Re: fe_sendauth: no password supplied - PostgreSQL 9.2
Дата
Msg-id CAJNY3iuch+XX=kEQGiusapvegBZgP6cwrFen7DVgO34Prb01=w@mail.gmail.com
обсуждение исходный текст
Ответ на Re: fe_sendauth: no password supplied - PostgreSQL 9.2  (Lucas Possamai <drum.lucas@gmail.com>)
Ответы tools to centralize postgreSQL account management  (koffi BADOH <koff10@hotmail.com>)
Re: fe_sendauth: no password supplied - PostgreSQL 9.2  (jaime soler <jaime.soler@gmail.com>)
Список pgsql-admin


2016-08-08 8:21 GMT+12:00 Lucas Possamai <drum.lucas@gmail.com>:
Change the pg_hba.conf on your slave01 server:

local   all             all                                     trust
host    all             all             0.0.0.0/0               trust
host    replication     replicator      0.0.0.0/0               trust

Replace the 0.0.0.0/0 for the IP address of slave02 server.


Hi Lucas!!

That worked... thanks a lot! :)


Patrick

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

Предыдущее
От: Lucas Possamai
Дата:
Сообщение: Re: fe_sendauth: no password supplied - PostgreSQL 9.2
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Pg-Upgrade standbys via rsync... and avoid sending UNlogged data?