Re: Hot Standby DB solution

From: "Qingqing Zhou" <zhouqq(at)cs(dot)toronto(dot)edu>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: Hot Standby DB solution
Date: 2006-01-05 23:40:04
Message-ID: dpkam9$15nm$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin


""Nigel Bishop"" <Nigel(dot)Bishop(at)ioko(dot)com> wrote

> I'm investigating the use of a second server with a backup copy of the
> live DB set up and in recovery mode.

You may want to check out the Slony I project:

http://gborg.postgresql.org/index.php

BTW, if you want "cold" standby (means if one server crashed, the other will
replay the WAL xlogs(takes seconds or hours, depends how much work needed to
be redo), and startup and take the job), then there is a much easier
solution of connect two machines on a shared-disk array.

Regards,
Qingqing

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message John DeSoi 2006-01-06 04:39:50 Re: New install - can't access pgsql
Previous Message Jim C. Nasby 2006-01-05 21:02:10 Re: preventing deadlocks