Re: Trying to use binary replication - from tutorial

From: Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>
To: Evan Walter <ewalter(at)decisionanalyst(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org, pgsql-general(at)postgresql(dot)org
Subject: Re: Trying to use binary replication - from tutorial
Date: 2011-10-13 17:20:22
Message-ID: CAOR=d=2nx-r_A06kfBvMCjGC0XNto5YwYxyuQhQPmjbT2FkLcg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-general

On Thu, Oct 13, 2011 at 9:41 AM, Evan Walter
<ewalter(at)decisionanalyst(dot)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/

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Evan Walter 2011-10-13 17:22:43 Re: Trying to use binary replication - from tutorial
Previous Message Evan Walter 2011-10-13 15:41:32 Trying to use binary replication - from tutorial

Browse pgsql-general by date

  From Date Subject
Next Message Evan Walter 2011-10-13 17:22:43 Re: Trying to use binary replication - from tutorial
Previous Message Scott Marlowe 2011-10-13 17:16:29 Re: Tablespace files deleted during continuous run