From 84e3f72731818a085739fb357851892d06e010bc Mon Sep 17 00:00:00 2001 From: Anastasia Alexadrova Date: Tue, 1 Aug 2023 09:48:03 +0200 Subject: [PATCH] Fixed paths to links --- docs/usage/pitr-tutorial.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/usage/pitr-tutorial.md b/docs/usage/pitr-tutorial.md index 6327a71f..a44fcb43 100644 --- a/docs/usage/pitr-tutorial.md +++ b/docs/usage/pitr-tutorial.md @@ -101,7 +101,7 @@ When point-in-time recovery is started, Percona Backup for MongoDB uses the prov ## From physical backups -Starting with version [2.2.0](../release-notes-2.2.0.md), you can recover your database from a full or an incremental physical backup in the same automated fashion as from a logical one. Percona Backup for MongoDB restores the backup snapshot and automatically replays the oplog events on top of it up to the specified time, guaranteeing data consistency. This helps you prevent data loss during a disaster and gives you the same user experience when managing backups and restores. +Starting with version [2.2.0](../release-notes/2.2.0.md), you can recover your database from a full or an incremental physical backup in the same automated fashion as from a logical one. Percona Backup for MongoDB restores the backup snapshot and automatically replays the oplog events on top of it up to the specified time, guaranteeing data consistency. This helps you prevent data loss during a disaster and gives you the same user experience when managing backups and restores. To restore a database from a physical backup, specify the time and the base backup for the [`pbm restore`](../reference/pbm-commands.md#pbm-restore) command: @@ -131,7 +131,7 @@ After the point-in-time recovery is complete, perform these post-restore steps: 5. Make a fresh backup to serve as the new base for future restores. -6. [Enable point-in-time routine](point-in-time-recovery.md#enable-point-in-time-recovery) to resume saving oplog slices. +6. [Enable point-in-time routine](../features/point-in-time-recovery.md#enable-point-in-time-recovery) to resume saving oplog slices. For Percona Backup for MongoDB version 2.1.0 and earlier, point-in-time recovery consists of the following steps: