problem with an account name 'replication' for streaming replication - Mailing list pgsql-admin

From Uwe Bartels
Subject problem with an account name 'replication' for streaming replication
Date
Msg-id AANLkTim5d4tePba7JSvjcAEQarKuDs4PD6zvxkyMD=R5@mail.gmail.com
Whole thread Raw
Responses Re: problem with an account name 'replication' for streaming replication  (raghu ram <raghuchennuru@gmail.com>)
Re: problem with an account name 'replication' for streaming replication  (Fujii Masao <masao.fujii@gmail.com>)
List pgsql-admin
Hi,

when I used the postgres login 'replication' as the account for streaming replication I get the following error message:
2011-03-28 18:06:47 CEST FATAL:  could not connect to the primary server: FATAL:  no pg_hba.conf entry for replication connection from host "172.16.56.122", user "replication", SSL off

The corresponding pg_hba.conf entry was correct and there was no other matching entry before that line.
# TYPE  DATABASE        USER            CIDR-ADDRESS            METHOD
host    replication     replication              172.16.56.122/32        md5

By changing the account name - everything worked as smoth as I am used to with postgres.

Best Regards,
Uwe

pgsql-admin by date:

Previous
From: Bob Lunney
Date:
Subject: Re: grant select script
Next
From: raghu ram
Date:
Subject: Re: problem with an account name 'replication' for streaming replication