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

From Scott Marlowe
Subject Re: Trying to use binary replication - from tutorial
Date
Msg-id CAOR=d=2nx-r_A06kfBvMCjGC0XNto5YwYxyuQhQPmjbT2FkLcg@mail.gmail.com
Whole thread Raw
In response to Trying to use binary replication - from tutorial  (Evan Walter <ewalter@decisionanalyst.com>)
Responses Re: Trying to use binary replication - from tutorial  (Evan Walter <ewalter@decisionanalyst.com>)
List pgsql-admin
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: Evan Walter
Date:
Subject: Trying to use binary replication - from tutorial
Next
From: Evan Walter
Date:
Subject: Re: Trying to use binary replication - from tutorial