From: | "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com> |
---|---|
To: | Geoffrey <lists(at)serioustechnology(dot)com> |
Cc: | Erik Jones <ejones(at)engineyard(dot)com>, Greg Smith <gsmith(at)gregsmith(dot)com>, pgsql-general(at)postgresql(dot)org |
Subject: | Re: warm standby with WAL shipping |
Date: | 2009-06-03 20:14:13 |
Message-ID: | 1244060053.10620.29.camel@jd-laptop.pragmaticzealot.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Wed, 2009-06-03 at 15:07 -0400, Geoffrey wrote:
> > You are still going to need to either:
> >
> > A. Reinvent the wheel, by scripting it all yourself
> > B. Use solutions that are already used by others such as walmgr or
> > pitrtools
>
> My assumption was that since pg_standby does not have the scp/rsync
> functionality, I would have to either modify it, change the way we do
> things, or 'reinvent' a little different wheel.
You wouldn't modify pg_standby. You would create a new utility that
ships logs (or pulls logs) for pg_standby to utilize.
>
> There is also an objection to using the python tools as we are small
> shop and do not have anyone who is versed in python.
At best this seems like a very odd requirement. You aren't doing any
development. You are using a utility which is written in a specific
language.
>
> I have not had a chance to look at walmgr, I will do that shortly.
>
>
I believe it is written in Python.
Anyway good luck!
Joshua D. Drkae
--
PostgreSQL - XMPP: jdrake(at)jabber(dot)postgresql(dot)org
Consulting, Development, Support, Training
503-667-4564 - http://www.commandprompt.com/
The PostgreSQL Company, serving since 1997
From | Date | Subject | |
---|---|---|---|
Next Message | Bill Moran | 2009-06-03 20:18:17 | Re: Upgrading Database: need to dump and restore? |
Previous Message | Rainer Bauer | 2009-06-03 20:11:41 | Re: lc_messages 8.3.7 |