Re: High-Availability Question

From: "Ivan Zolotukhin" <ivan(dot)zolotukhin(at)gmail(dot)com>
To: "Tatsuo Ishii" <ishii(at)sraoss(dot)co(dot)jp>
Cc: proace(at)gmail(dot)com, pgsql-general(at)postgresql(dot)org
Subject: Re: High-Availability Question
Date: 2006-07-04 07:35:13
Message-ID: 751e56400607040035p367a4df2n5810aa1d3d16de25@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello,

> > Third idea:
> > I install the Slony-I, linux-ha and postgresql on the same server of
> > the two 2U servers. The web application access to the db server
> > directly and without pgpool.

AFAIK, Slony does not have failover capabilities you need in HA solution:

http://gborg.postgresql.org/project/slony1/genpage.php?howto_overview

So you will need pgpool layer (or some other connection manager +
network monitoring software) to detect failures anyway.

Regards,
Ivan Zolotukhin

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Franz.Rasper 2006-07-04 07:40:11 Re: RAID + PostgreSQL?
Previous Message ProAce 2006-07-04 05:46:19 Re: High-Availability Question