Re: PITR, checkpoint, and local relations - Mailing list pgsql-hackers

From Tom Lane
Subject Re: PITR, checkpoint, and local relations
Date
Msg-id 29442.1028335467@sss.pgh.pa.us
Whole thread Raw
In response to Re: PITR, checkpoint, and local relations  ("Mikheev, Vadim" <vmikheev@SECTORBASE.COM>)
List pgsql-hackers
"Mikheev, Vadim" <vmikheev@SECTORBASE.COM> writes:
>> No, I don't think so.  If you are using PITR then you presumably have
>> some process responsible for archiving off log files on a continuous
>> basis.  The backup process should leave that normal 
>> operational behavior in place, not muck with it.

> Well, PITR without log archiving could be alternative to
> pg_dump/pg_restore, but I agreed that it's not the big
> feature to worry about.

Seems like a pointless "feature" to me.  A pg_dump dump serves just
as well to capture a snapshot --- in fact better, since it's likely
smaller, definitely more portable, amenable to selective restore, etc.

I think we should design the PITR dump to do a good job for PITR,
not a poor job of both PITR and pg_dump.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: PITR, checkpoint, and local relations
Next
From: Bruce Momjian
Date:
Subject: Re: PITR, checkpoint, and local relations