Re: Slony v. DBMirror

From: Jeff - <threshar(at)torgo(dot)978(dot)org>
To: Peter Wilson <petew(at)yellowhawk(dot)co(dot)uk>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Slony v. DBMirror
Date: 2005-05-05 18:16:11
Message-ID: 31B6C2EB-DF8D-44D1-90AD-1D58B51531D7@torgo.978.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


On May 5, 2005, at 10:35 AM, Peter Wilson wrote:

> I couldn't get it to work - and having tried another couple of
> solutions I settled on DBMirror which comes with Postgres in the
> 'contrib' directory.
>
>

I've had no issues setting up slony. I've even had it running in a 6
node cluster with no issues.
Did you try asking any folks on the mailling list about your issue?
All I've you say here is it didn't like your pk.

> + nether do automatic switch-over
>
>

Slony has the ability to promote a slave to being a master and then
other slaves will switch over. This functionality is not automatic
because a decision like that should be made by a human. Who decides
if a machine is down? It can become a very tricky problem.

> All slony seems to offer is a different configuration system and
> the ability to automatically propogate configuration changes. It
> seems this could be added to DBmirror pretty easily so why a whole
> new project?
>
>

One of the biggest things for Slony is that you can install slony,
set things up and it will bring the slave(s) "up to speed". You
don't need to do an initial data dump (I think you still need to load
the schema on the slaves, but not the data). That is a BIG win for
us folks who can't take a machine down while pg_dump runs (and while
it is restored on hte slave)

--
Jeff Trout <jeff(at)jefftrout(dot)com>
http://www.jefftrout.com/
http://www.stuarthamm.net/

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Dann Corbit 2005-05-05 18:21:17 Re: ECPG - Timestamp to ascii Conversion PG version 7.4
Previous Message Don Laurine 2005-05-05 18:07:10 ECPG - Timestamp to ascii Conversion PG version 7.4