Backup Database

From: Joanne Salerno <joanne(dot)salerno(at)noaa(dot)gov>
To: pgsql <pgsql-sql(at)postgresql(dot)org>
Subject: Backup Database
Date: 2007-10-31 17:14:33
Message-ID: 4728B7F9.5030308@noaa.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

I have two Postgres databases (7.4 and 8.24) within the same network on
LINUX platforms. Data sources go to both databases.

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?

How do most people set up a near real-time backup database? Perhaps
there is something else that acts like a trigger. Any suggestions would
be helpful.

Thanks. Joanne

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Andrew Sullivan 2007-10-31 19:04:58 Re: Backup Database
Previous Message Andreas Joseph Krogh 2007-10-31 15:55:51 Returning the total number of rows as a separate column when using limit