Re: Mirroring databases in v8 - Mailing list pgsql-general

From Shridhar Daithankar
Subject Re: Mirroring databases in v8
Date
Msg-id 200410061233.51005.shridhar@frodo.hserus.net
Whole thread Raw
In response to Mirroring databases in v8  (Glen Eustace <geustace@godzone.net.nz>)
Responses Re: Mirroring databases in v8  (Glen Eustace <geustace@godzone.net.nz>)
List pgsql-general
On Wednesday 06 Oct 2004 12:20 pm, Glen Eustace wrote:
> I thought I had seen something that indicated that v8 was going to
> provide a means to mirror databases without needing all the triggers
> etc. I downloaded beta 3 but couldn't see anything that would do this.
>
> My goal is to mirror a database from one server to another, hopefully
> from the logs so that there is nothing added to the database. The
> mirrored db will be used by the remote server in a read-only fashion and
> will become read-write if the master is no longer available. The
> transition from RO to RW will involve a reboot of the server as there
> are lots of other things that need to be started with different
> properties as well.

Well, you could start off with PITR capabilities of 8.0. But you may need to
do quite a bit of customization and experimentation.

Check http://developer.postgresql.org/docs/postgres/backup-online.html

 And we would be very eager to know your experience..:-)

HTH

 Shridhar

pgsql-general by date:

Previous
From: Holger Klawitter
Date:
Subject: OT: spherical geometry (Re: earthdistance is not giving ...)
Next
From: Glen Eustace
Date:
Subject: Re: Mirroring databases in v8