Anonymous - 2011-07-05

Originally posted by: saas...@gmail.com

I think the question can be rephrased as : "how to restore a set of incremental backups to bring the target database up-to-date?"

I think incremental backup means backup of xlog files, after the time when a full back was taken as the first step. So, I guess one would need to extract the incremental backup archive and start recovery inorder to bring the target database up-to-date.
This would be the same procedure for PITR as well, except that we need to mention the recovery-target-time or recovery-target-xid or recovery-target-timeline in case of PITR.