Re: Trying to use binary replication - from tutorial - Mailing list pgsql-admin

From Evan Walter
Subject Re: Trying to use binary replication - from tutorial
Date
Msg-id CAOHVLOH1J1cY_i-8yBMM_8p9E6CY7BEj1PjkVz1ebsZ+B2hwSw@mail.gmail.com
Whole thread Raw
In response to Re: Trying to use binary replication - from tutorial  (Scott Marlowe <scott.marlowe@gmail.com>)
List pgsql-admin
Yes, sorry.  Type

Evan

On Thu, Oct 13, 2011 at 12:20 PM, Scott Marlowe <scott.marlowe@gmail.com> wrote:
On Thu, Oct 13, 2011 at 9:41 AM, Evan Walter
<ewalter@decisionanalyst.com> wrote:
>
>
> Hello,
> I am somewhat new with postgresql trying to find a good method of
> replication for my company.
> I am running through the tutorials on binary replication for postgresql
> 9.1.  Both servers are virtual box Ubuntu 10.10 on a laptop.
>
> I ran this rsync -av --exclude pg_xlog --exclude postgresql.conf
> /var/lib/postgresql/9.1/main/* postgres:<ip-address of
> standby>:/var/lib/postgresql/9.1/main/

Shouldn't the destination be:

postgres@<ip-address of standby>:/var/lib/postgresql/9.1/main/

pgsql-admin by date:

Previous
From: Scott Marlowe
Date:
Subject: Re: Trying to use binary replication - from tutorial
Next
From: Mark Keisler
Date:
Subject: Re: Trying to use binary replication - from tutorial