Re: PostgreSQL in Cluster

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: PostgreSQL in Cluster
Дата
Msg-id 200402272033.00849.dev@archonet.com
обсуждение исходный текст
Ответ на Re: PostgreSQL in Cluster  ("Luiz Guilherme Freitas de Paula" <luiz@auge.com.br>)
Список pgsql-general
On Friday 27 February 2004 20:13, Luiz Guilherme Freitas de Paula wrote:
> Is there any way to use PostgreSQL in a cluster configuration or have
> redundancy?

Well, you don't say much about your hardware, usage patterns etc. but you
might want look at the various replication options currently available.

There's one in the source distribution: contrib/dbmirror.
Or perhaps erserver/rservimp on gborg.postgresql.org

> How can I have my DB to not stop on hardware failure?

I don't know of anyone doing instant fail-over to a secondary machine. You
might want to consider the following:

1. External, shared RAID drives (note that you *MUST NOT* run two versions of
PG against the same files)
2. Duplicate machines with replication and one of the "heartbeat+failover"
options (free or commercial)
3. Commercial high-availability hardware (I know - too expensive)

Can't say much more without knowing what you want. Whatever path you decide to
take, do a proper risk assessment first and allow time to understand the
systems involved and too proper testing.

--
  Richard Huxton
  Archonet Ltd

В списке pgsql-general по дате отправления:

Предыдущее
От: "Luiz Guilherme Freitas de Paula"
Дата:
Сообщение: Re: PostgreSQL in Cluster
Следующее
От: Jonathan Bartlett
Дата:
Сообщение: Re: PostgreSQL in Cluster