8.4 replication questions

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: <pgsql-hackers(at)postgresql(dot)org>
Subject: 8.4 replication questions
Date: 2008-12-15 22:10:06
Message-ID: 4946815E.EE98.0025.0@wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Forgive me if this is clear to everyone else, but regarding the new
replication options in 8.4:

Will existing PITR backup techniques work without modification?

Will existing techniques for warm standby with a custom script (not
using pg_standby) work without modification?

We will want to continue with an asynchronous approach involving WAL
file shipping; however it might be a usable enhancement for us if
there was a way to append to a WAL file copy as the production WAL
file filled, especially if there's a way to fire a script when it is
complete. Will that be possible?

In particular, we need to copy WAL files from the database server to
two different locations, at least one of which can't be running
PostgreSQL software.

-Kevin

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2008-12-15 22:10:20 Re: Sync Rep: First Thoughts on Code
Previous Message Magnus Hagander 2008-12-15 22:08:14 Re: [PATCHES] odd output in restore mode