Hi All,
Thanks,I am thinking about a specific recovery case.
Lets assume Heavy transactional system we configured.
It is generating WAL 2000/hr and recycling automatically in pg_wal directory.
QA :
Sunday -- 11 PM -- Full backup done.
Monday -- 11 PM -- Differential Backup done
Tuesday-- 10 AM incremental backup is done
Note : Every 2 hrs incremental backup scheduled on system.
For example, if we want to restore to DEV server:
We want to recover database as of 11:30 AM Tuesday on DEV server using QA backups.
Is it possible to restore using pgbackrest tool for this scenario?.
How pgbackrest keeps track of transactions since the last backup? Where it stores transaction information for recovery ?.
Thanks,
Chiru