Re: fe_sendauth: no password supplied - PostgreSQL 9.2 - Mailing list pgsql-admin

From Patrick B
Subject Re: fe_sendauth: no password supplied - PostgreSQL 9.2
Date
Msg-id CAJNY3iuch+XX=kEQGiusapvegBZgP6cwrFen7DVgO34Prb01=w@mail.gmail.com
Whole thread Raw
In response to Re: fe_sendauth: no password supplied - PostgreSQL 9.2  (Lucas Possamai <drum.lucas@gmail.com>)
Responses 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>)
List 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 by date:

Previous
From: Lucas Possamai
Date:
Subject: Re: fe_sendauth: no password supplied - PostgreSQL 9.2
Next
From: Peter Eisentraut
Date:
Subject: Re: Pg-Upgrade standbys via rsync... and avoid sending UNlogged data?