From: | Shridhar Daithankar <shridhar(at)frodo(dot)hserus(dot)net> |
---|---|
To: | Glen Eustace <geustace(at)godzone(dot)net(dot)nz> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Mirroring databases in v8 |
Date: | 2004-10-06 07:03:50 |
Message-ID: | 200410061233.51005.shridhar@frodo.hserus.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
From | Date | Subject | |
---|---|---|---|
Next Message | Johann Robette | 2004-10-06 07:20:37 | RE : Postgres 8.0 + JDBC |
Previous Message | Holger Klawitter | 2004-10-06 06:52:55 | OT: spherical geometry (Re: earthdistance is not giving ...) |