Re: Incremental Backups in postgres - Mailing list pgsql-general

From Scott Mead
Subject Re: Incremental Backups in postgres
Date
Msg-id d3ab2ec80911100824n61db3407p93e1ce923c6d5e32@mail.gmail.com
Whole thread Raw
In response to Re: Incremental Backups in postgres  (Greg Stark <gsstark@mit.edu>)
Responses Re: Incremental Backups in postgres  (akp geek <akpgeek@gmail.com>)
List pgsql-general

On Tue, Nov 10, 2009 at 9:52 AM, Greg Stark <gsstark@mit.edu> wrote:

It's always worth having the dump, even if you also implement PITR.
The dump allows you to restore just specific tables or to restore onto
a different type of system. The PITR backup is a physical
byte-for-byte copy which only works if you restore the whole database
and only on the same type of system.

    Good point here, you really should have a 'logical' copy of your database around in case there is some kind of physical corruption in addition to Greg's good points.

--Scott

pgsql-general by date:

Previous
From: Johan Nel
Date:
Subject: Re: alter table is taking a long time
Next
From: Alexandra Roy
Date:
Subject: Re: PostgreSQL 8.3.8 on AIX5.3 : compilation failed