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

From Lucas Possamai
Subject Re: fe_sendauth: no password supplied - PostgreSQL 9.2
Date
Msg-id CAE_gQfV0raZKWDaQLM+WVhJYSwYZFMSNGFU7ozs--MFj4124eQ@mail.gmail.com
Whole thread Raw
In response to fe_sendauth: no password supplied - PostgreSQL 9.2  (Patrick B <patrickbakerbr@gmail.com>)
Responses Re: fe_sendauth: no password supplied - PostgreSQL 9.2  (Patrick B <patrickbakerbr@gmail.com>)
List pgsql-admin
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.


Cheers;
Lucas

pgsql-admin by date:

Previous
From: Patrick B
Date:
Subject: fe_sendauth: no password supplied - PostgreSQL 9.2
Next
From: Patrick B
Date:
Subject: Re: fe_sendauth: no password supplied - PostgreSQL 9.2