Re: postgresql failover

From: Devrim GÜNDÜZ <devrim(at)gunduz(dot)org>
To: v(dot)tolstov(at)selfip(dot)ru
Cc: PostgreSQL Admin <pgsql-admin(at)postgresql(dot)org>
Subject: Re: postgresql failover
Date: 2010-07-13 10:04:06
Message-ID: 1279015446.2349.51.camel@hp-laptop2.gunduz.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Tue, 2010-07-13 at 13:33 +0400, Vasiliy G Tolstov wrote:
> I need failover postgresql installation. Two servers work's together.
> If one server fail - another server doing queries.
<snip>
> How can i do this in postgresql?

If you don't {have/want to use} shared storage, you can use WAL
replication:

http://www.postgresql.org/docs/current/static/warm-standby.html

There are two tools that I can suggest for this. Walmgr:

http://pgfoundry.org/projects/skytools/

or pitrtools:

https://projects.commandprompt.com/public/pitrtools/

If you want to use shared storage, I'd suggest using Red Hat Cluster
Suite or such.

http://www.gunduz.org/download.php?dlid=142

is the link to the presentation that I made 4 years ago about this. We
have customer here who is using RHCS+PostgreSQL 8.4 on 4 servers, which
use shared storage and they failover each other whenever one of them
goes down.

You can also use Slony-I or Londiste, too.

Please note that 9.0 will ship with major features for this.

-HTH.
--
Devrim GÜNDÜZ
PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
PostgreSQL RPM Repository: http://yum.pgrpms.org
Community: devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
http://www.gunduz.org Twitter: http://twitter.com/devrimgunduz

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Jens Wilke 2010-07-13 10:58:01 Re: upgrade postgres 8.1.21 to version 8.3.6
Previous Message Ian Lea 2010-07-13 09:56:13 Re: postgresql failover