Re: A local replication entry - Mailing list pgsql-admin

From John Scalia
Subject Re: A local replication entry
Date
Msg-id 54510950.90100@gmail.com
Whole thread Raw
In response to Re: A local replication entry  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: A local replication entry  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-admin
I thought you might be correct, Tom, but I double-checked the postgresql.conf file and listen_addresses = "*". I had
forgottento look to see if netstat reported: 

tcp    0    0    0.0.0.0:5432            0.0.0.0:*        LISTEN

But even with that established, the pg_basebackup using:

/usr/pgsql-9.3/bin/pg_basebackup -D - -h 127.0.0.1 -Ft -z -c fast -l hourly.backup > backup_file.gz                or
/usr/pgsql-9.3/bin/pg_basebackup -D - -h 127.0.0.1 -U postgres -Ft -z -c fast -l hourly.backup > backup_file.gz

are still failing with:

pg_basebackup: could not connect to server: FATAL: no pg_hba.conf entry for replication connection from host
"127.0.0.1",user "postgres", SSL off 

The line from the pg_hba.conf file currently reads:

host    replication    postgres    127.0.0.1/32    trust

I really don't see where the problem is, and I know I've done a reload after every change in the pg-hba.conf.

On 10/29/2014 11:05 AM, Tom Lane wrote:
> John Scalia <jayknowsunix@gmail.com> writes:
>> And I performed a "service postgresql-9.3 reload", and it still failed with the same error. Then, I tried again
usinga "-h 127.0.0.1" option for the pg_basebackup. That complained 
>> "pg_basebackup: could not connect to server: connection refused." So, I did a "netstat -an | grep 5432" and I see
thatpostgresql is not listening on that port for 127.0.0.1. 
> Hm, that suggests your problem is with the setting of listen_addresses,
> not just what's in pg_hba.conf.
>
>             regards, tom lane
>



pgsql-admin by date:

Previous
From: Tom Lane
Date:
Subject: Re: A local replication entry
Next
From: Tom Lane
Date:
Subject: Re: A local replication entry