Re: postgres in HA constellation

From: "Sebastian Reitenbach" <itlistuser(at)rapideye(dot)de>
To:
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: postgres in HA constellation
Date: 2006-10-06 06:34:25
Message-ID: 20061006063425.49239C01C@ogo.rapideye.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi all,

>
> I think PITR would be a much better option to protect against this,
> since you could probably recover up to the exact point of failover.
>
> When it comes to the actual failover, take a look at the HA-linux
> project. They've got some stuff you could probably use (such as the
> heartbeat program). Another really good idea is to give the backup
> machine to kill the power to the primary machine, and not have either
> machine mount the shared storage at bootup.
As I am using carp on OpenBSD to setup HA cluster, I am very comfortable with
ucarp, the userland implementation for Linux. at boot up the default mount of
the database files is readonly and having the database not running, then
starting ucarp, and then only in case this machine becomes master, it remounts
the postgres data and shall start the database.
And I thought about that killing the power of the "lost" master after a
takeover too, to make sure hte machine will not come back unconditionally
later.

kind regards
Sebastian

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Vinayak B R 2006-10-06 07:20:58 How to install postgreSQL 8.1.4 on RHEL -ES 4
Previous Message adey 2006-10-06 05:03:21 Re: pg_dump/pg_restore problem