Re: Best high availability solution ?

From: Arnaud Lesauvage <thewild(at)freesurf(dot)fr>
To: Magnus Hagander <mha(at)sollentuna(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Best high availability solution ?
Date: 2006-05-31 09:39:22
Message-ID: 447D644A.9000901@freesurf.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Magnus Hagander a écrit :
> Since you're a Windows shop, you may already have the experience (and
> even liceneses perhaps?) to run Microsoft Cluster Service (part of 2003
> Enterprise Edition or 2000 Advanced Server). PostgreSQL will work fine
> with it. Works with shared disks using either fibrechannel or iSCSI.
>
> If you don't have the licenses for it already, it might turn out very
> expensive. And if you don't already have fibrechannel, that part is
> definitly expensive - but iSCSI could help you.

I am running Windows 2000 Server (the "normal" edition, not the
"advanced" one), so I don't have the cluster service available.

> If you're willing to move off Windows for the server platform, you could
> look at one of the solutions like slony+pgpool, or maybe DRBD+linux/ha.
> That'll be less expensive in both hardware and licenses, but if you
> don't have the people to maintain a new platform for it that's likely to
> be prohibitive.

I don't have the Linux knowledge to move from windows unfortunately.

Otherwise, is the clustering service really necessary ?
Aren't there simple "virtual IP addresses" solutions available ?
I could have a single virtual IP for the 2 servers, and having an
automatic failover if the master server is down ? The slave would
never be accessed by clients directly (only after a failover) but
would by synchronized with the master (slony-I).

Does this kind of software exist in the windows world ?

--
Arnaud

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2006-05-31 09:50:05 Re: Problem in Pg 8.1.4 with CREATEDB
Previous Message Daniel Verite 2006-05-31 09:31:28 Re: UTF-8 context of BYTEA datatype??