Re: warm standby with WAL shipping - Mailing list pgsql-general

From Geoffrey
Subject Re: warm standby with WAL shipping
Date
Msg-id 4A26C44A.2000606@serioustechnology.com
Whole thread Raw
In response to Re: warm standby with WAL shipping  (Erik Jones <ejones@engineyard.com>)
Responses Re: warm standby with WAL shipping
List pgsql-general
Erik Jones wrote:
>
> On Jun 3, 2009, at 5:13 AM, Geoffrey wrote:
>
>> Thank you Greg for taking the time to explain this as throughly as you
>> have.  I have found a logic problem in my code.  I still don't know if
>> we will use pg_standby as the wrapper code in PITRTools is python and
>> we are not a python shop.  Kinda want to stick with what we know (C,
>> perl, shell).  I'm certainly looking at rsync rather then scp, which
>> really makes more sense.
>
> pg_standby is in no way dependent on PITRTools.  PITRTools is, however,
> dependent on pg_standby.  Put another way:  you do not need to use
> PITRTools to use pg_standby.  In fact, you also don't need any perl or
> shell scripts to use pg_standby, just use rsync directly in the
> archive_command on the master and pg_standby in the recovery_command on
> the standby.  The wiki link Greg provided
> (http://wiki.postgresql.org/wiki/Warm_Standby) has all of the info
> needed to set things up manually.

Our current scenario is that we are archiving from machine A to machine
B.  Our hot spare is machine C, thus we are pulling the files via
network from machine B to machine C, hence the reason I don't believe
db_standby will work as it has no facility (rsync,scp) to retrieve the
files from another machine.

--
Until later, Geoffrey

Those who would give up essential Liberty, to purchase a little
temporary Safety, deserve neither Liberty nor Safety.
  - Benjamin Franklin

pgsql-general by date:

Previous
From: Gurjeet Singh
Date:
Subject: Re: Division by zero
Next
From: "Louis Lam"
Date:
Subject: Re: catalog view use to find DATABASE, LANGUAGE, TABLESPACE, SCHEMA, SEQUENCE privileges granted to user or role