Re: Moving my business to PostgreSQL

From: Helge Bahmann <bahmann(at)math(dot)tu-freiberg(dot)de>
To: Jason Watkins <jason_watkins(at)pobox(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Moving my business to PostgreSQL
Date: 2002-01-28 11:23:41
Message-ID: Pine.LNX.4.21.0201281211420.25467-100000@lothlorien.stunet2.tu-freiberg.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

About replication:

I know that some people are running Postgres on top of DRBD. This is
a Linux virtual block-device driver that allows replicating complete
disks across the network.

The idea is to have Postgres running on one (active) node with all disk
write operations transparently replicated to a second node (passive, no
Postgres running here). If the first node fails, the second node will
start up Postgres which will then detect an unclean shutdown of the
database and perform recovery.

I was going to try this out myself, but due to lack of time have not, but
perhaps this option is viable.

Regards
--
Helge Bahmann <bahmann(at)math(dot)tu-freiberg(dot)de> /| \__
Network admin, systems programmer /_|____\
_/\ | __)
$ ./configure \\ \|__/__|
checking whether build environment is sane... yes \\/___/ |
checking for AIX... no (we already did this) |

In response to

Browse pgsql-general by date

  From Date Subject
Next Message DrouetL 2002-01-28 13:40:39 Postgresql and oracle
Previous Message Brent Verner 2002-01-28 11:16:34 Re: Moving my business to PostgreSQL