| From: | Andrew Sullivan <ajs(at)crankycanuck(dot)ca> |
|---|---|
| To: | pgsql-sql(at)postgresql(dot)org |
| Subject: | Re: Backup Database |
| Date: | 2007-10-31 19:04:58 |
| Message-ID: | 20071031190458.GL23699@crankycanuck.ca |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-sql |
On Wed, Oct 31, 2007 at 10:14:33AM -0700, Joanne Salerno wrote:
> I'd like to set up one as a near real-time backup to the operational
> database. Is it possible to incorporate a trigger upon update (or
> insert) on the operational 8.24 database to initiate an update (or
> insert) on the backup 7.4 database?
You can do this with Slony, assuming nothing else needs to be written
(on the replicated tables) into the 7.4 system.
A
--
Andrew Sullivan | ajs(at)crankycanuck(dot)ca
Never get involved in litigation. Your hair will fall out, your bones
will turn to sand. And it will still be going on.
--Tom Waits
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dawid Kuroczko | 2007-11-01 20:19:44 | Scrolling cursors in PL/PgSQL |
| Previous Message | Joanne Salerno | 2007-10-31 17:14:33 | Backup Database |