Re: no pg_hba.conf entry for replication connection from host

From: Melvin Davidson <melvin6925(at)gmail(dot)com>
To: Volkan Unsal <spocksplanet(at)gmail(dot)com>
Cc: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: no pg_hba.conf entry for replication connection from host
Date: 2015-04-09 19:20:35
Message-ID: CANu8FiysEXPKpmi120SMy0hapLaWWUP2GZiNbNVkygx7C3YDTw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

So did you make the following entry in pg_hba,conf?

host replication rep 104.131.66.183/32 md5

Is rep a valid postgres user in the cluster?

Did you remember to do:
SELECT pg_reload_conf();

After making the changes to pg_hba.conf?

On 4/9/15, Volkan Unsal <spocksplanet(at)gmail(dot)com> wrote:
> HI Adrian,
>
>
>
>> Can you connect remotely from the standby using psql?
>
>
>
> Yes, I can connect directly from the standby using psql and DB_USER and
> DB_PASS.
>
>
>
>
> --
> *Volkan Unsal*
> *web and mobile development*
> volkanunsal.com <http://bit.ly/1h1ebjy>
>

--
*Melvin Davidson*
I reserve the right to fantasize. Whether or not you
wish to share my fantasy is entirely up to you.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John R Pierce 2015-04-09 19:27:30 Re: Regarding bytea column in Posgresql
Previous Message Adrian Klaver 2015-04-09 19:16:24 Re: no pg_hba.conf entry for replication connection from host