Re: fe_sendauth: no password supplied - PostgreSQL 9.2

From: Lucas Possamai <drum(dot)lucas(at)gmail(dot)com>
To: Patrick B <patrickbakerbr(at)gmail(dot)com>
Cc: pgsql-admin <pgsql-admin(at)postgresql(dot)org>
Subject: Re: fe_sendauth: no password supplied - PostgreSQL 9.2
Date: 2016-08-07 20:21:21
Message-ID: CAE_gQfV0raZKWDaQLM+WVhJYSwYZFMSNGFU7ozs--MFj4124eQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 <http://0.0.0.0/0>* for the IP address of slave02
server.

Cheers;
Lucas

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Patrick B 2016-08-07 20:32:43 Re: fe_sendauth: no password supplied - PostgreSQL 9.2
Previous Message Patrick B 2016-08-07 20:10:49 fe_sendauth: no password supplied - PostgreSQL 9.2