Re: replication problems 9.0

From: Rodrigo Gonzalez <rjgonzale(at)estrads(dot)com(dot)ar>
To: Owen Marinas <owen(dot)marinas(at)featureset(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: replication problems 9.0
Date: 2011-06-07 18:40:15
Message-ID: 4DEE708F.10009@estrads.com.ar
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 06/07/2011 03:05 PM, Owen Marinas wrote:
> Added the lines in the Master
> root(at)ip-172-19-1-37:~# cat /etc/postgresql/9.0/main/pg_hba.conf |grep trust
> host all postgres 172.19.1.101/32 trust
>

You need in pg_hba.conf

host replication repuser 172.19.1.101/32 md5

Database must be replication for the replication user

Regards

Rodrigo Gonzalez

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Simon Windsor 2011-06-07 21:26:08 Postgres or Greenplum
Previous Message Andreas Kretschmer 2011-06-07 18:38:09 Re: maximum size limit for a query string?