Re: A local replication entry

From: Shreeyansh dba <shreeyansh2014(at)gmail(dot)com>
To: John Scalia <jayknowsunix(at)gmail(dot)com>
Cc: "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: A local replication entry
Date: 2014-10-29 13:58:00
Message-ID: CAGDYbUP3OewxxUNAf5DBBZPEwOWyEGbSBp3eKqq3F2+r6y-+Gw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

I suspect there is a small modification is required in pg_hba.conf file ::

Remove the '#' and modify the line like :: 'host replication postgres
127.0.0.1/32 trust'

I hope this will help you to resolve the issue

Thanks and Regards

Ajinkya Bangale
www.shreeyansh.com

On Wed, Oct 29, 2014 at 6:48 PM, John Scalia <jayknowsunix(at)gmail(dot)com> wrote:

> I think maybe it's just too early in the morning for me, but I can't seem
> to get a local entry for replication working. I'm trying to create a script
> for hourly backups using pg_basebackup, and here's the command I'm using:
>
> /usr/pgsql-9.3/bin/pg_basebackup -D - -Ft -z -c fast -l hourly.backup >
> backup_file.gz
>
> The entry in the pg_hba.conf file is:
>
> local replication postgres trust
>
> And the error is: FATAL: no pg_hba.conf entry for replication connection
> from host "[local]", user "postgres", SSL off, but I have gotten this to
> work only if I use a "-h 10.10.1.129" option for the command. This only
> works since another entry in the pg_hba.conf satisfies the command.
>
> Do I have an error with the local entry? Or are local entries even allowed
> for replication? As this has to be automatically deployed to various
> servers, I'd prefer to NOT specify each host's IP address both in
> pg_hba.conf file and in the script calling the pg_basebackup command. Oh,
> and at some point when this starts working, I am going to change the user
> from postgres to another without superuser capability.
> --
> Jay
>
>
> --
> Sent via pgsql-admin mailing list (pgsql-admin(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-admin
>

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Doiron, Daniel 2014-10-29 14:02:31 Re: A local replication entry
Previous Message jayknowsunix 2014-10-29 13:50:44 Re: A local replication entry