We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Currently pg_probackup can validate WAL only within one timeline. It should be possible to validate WAL within several timelines:
t2 /--------B---- t1 -----b---A---- b - backup A - timelines switch point B - validation target point (time, xid or LSN) ```