-->
Point in Time Recovery (PITR) allows users to restore a document to a specific state at a given timestamp. This feature is particularly useful for recovering accidental modifications or deletions, ensuring data integrity and historical traceability.
Cloud Firestore PITR provides protection against accidental deletion or incorrect writes by maintaining versions of documents from past timestamps. PITR allows data recovery up to a maximum of 7 days in the past. Enabling PITR does not impact the performance of reads or writes for databases that follow best practices.
PITR leverages a versioning system that maintains historical snapshots of a document. Users can select a specific timestamp and revert the document to its state at that moment.
earliestVersionTime
field indicates the earliest readable timestamp.Previous
Exporting Collections in FuegoNext
Dashboard Overview