recall

← recall

point-in-time recovery term

restore DB to any moment using base backup + WAL replay

Base backup gives you a starting point; WAL archive lets you replay forward to any timestamp. Critical for surviving 'oops, dropped the table at 2pm' scenarios.

aliases: PITR

topics: databases, postgres, operations

references: