Search Postgresql Archives

Re: Incremental Backups in postgres

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



So Is it always good to have the backup using PG_dump instead of PITR or a combination of both
 
Please advice
 
Regards

On Tue, Nov 10, 2009 at 11:24 AM, Scott Mead <scott.lists@xxxxxxxxxxxxxxxx> wrote:

On Tue, Nov 10, 2009 at 9:52 AM, Greg Stark <gsstark@xxxxxxx> 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


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux