Re: no pg_hba.conf entry for replication connection from host - Mailing list pgsql-general

From Adrian Klaver
Subject Re: no pg_hba.conf entry for replication connection from host
Date
Msg-id 5526D96D.8050303@aklaver.com
Whole thread Raw
In response to Re: no pg_hba.conf entry for replication connection from host  (Volkan Unsal <spocksplanet@gmail.com>)
Responses Re: no pg_hba.conf entry for replication connection from host
List pgsql-general
On 04/09/2015 12:46 PM, Volkan Unsal wrote:
> Hi Amit,
>
> My postgresql.conf file in the standby server looks like this:
>
>     wal_level = hot_standby
>     hot_standby = on
>     max_standby_streaming_delay = 15min
>
>
> In the master server, it looks like this:
>
>     listen_addresses = '*'
>     wal_level = hot_standby
>     max_wal_senders = 10
>     max_connections=100
>     checkpoint_segments = 8
>     wal_keep_segments = 8
>     archive_mode = on
>     archive_command = 'cp %p /var/lib/postgresql/archive/%f'


So in your recovery.conf is standby_mode set to on?

--
Adrian Klaver
adrian.klaver@aklaver.com


pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: no pg_hba.conf entry for replication connection from host
Next
From: Volkan Unsal
Date:
Subject: Re: no pg_hba.conf entry for replication connection from host