Re: Postgres failover implementation - Mailing list pgsql-general

From Laurentiu Drob
Subject Re: Postgres failover implementation
Date
Msg-id 3A372FA0.57F0E250@cfrcta.ro
Whole thread Raw
In response to Postgres failover implementation  ("Peter Schmidt" <peterjs@home.com>)
List pgsql-general
Peter Schmidt wrote:
>
> PostgreSQL v7.0.2
>
> My company is looking for a way to implement failover w/Postgres.
>
Hi Peter,

We have "fight" with this kind of stuff and found two directions:
-software RAID 1 with nbd (for nbd you can search http://freshmeat.net
site)
-another toy named drbd (http://www.complang.tuwien.ac.at/reisner/drbd/)
which is much easier in our opinion
For any questions email us at admin@cfrcta.ro

Best luck!

lwd.

pgsql-general by date:

Previous
From: "Ivan Hernández"
Date:
Subject: About isolation levels
Next
From: "Nikhil G. Daddikar"
Date:
Subject: Re: Reliability Stability of PgSQL & it's JDBC driver