From 247d8d6f1976374c5cfcc89ef6250ea19e4a9aa5 Mon Sep 17 00:00:00 2001 From: Anastasia Alexadrova Date: Thu, 8 Feb 2024 17:39:07 +0200 Subject: [PATCH] Updated after the review --- docs/reference/backup-options.md | 2 +- docs/usage/start-backup.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/backup-options.md b/docs/reference/backup-options.md index 48005def..5418a504 100644 --- a/docs/reference/backup-options.md +++ b/docs/reference/backup-options.md @@ -68,4 +68,4 @@ The 0 (zero) value resets the timeout to the default 33 seconds. *Type*: float64
-The duration (in minutes) of oplog slices saved with the logical backup snapshot. By default, the duration of backup oplog slices equals to the value defined for the [`pitr.oplogSpanMin`](pitr-options.md#pitroplogspanmin) option (default - 10 minutes). You can reduce the duration in heavy-loaded environments. Note that setting the duration to shorter periods increases the overall backup execution time. \ No newline at end of file +The duration (in minutes) of oplog slices saved with the logical backup snapshot. By default, the duration of backup oplog slices equals to the value defined for the [`pitr.oplogSpanMin`](pitr-options.md#pitroplogspanmin) option (default - 10 minutes). You can reduce the duration in heavy-loaded environments. Note that setting the duration to shorter periods may increase the overall backup execution time. \ No newline at end of file diff --git a/docs/usage/start-backup.md b/docs/usage/start-backup.md index 92d48f23..58246ed4 100644 --- a/docs/usage/start-backup.md +++ b/docs/usage/start-backup.md @@ -33,7 +33,7 @@ During a *physical* backup, Percona Backup for MongoDB copies the contents of the `dbpath` directory (data and metadata files, indexes, journal and logs) from every shard and config server replica set to the backup storage. - Starting with [2.0.4](../release-notes), PBM doesn't stop [point-in-time recovery oplog slicing](../features/point-in-time-recovery.md#oplog-slicing), if it's enabled, but runs it in parallel. This ensures [point-in-time recovery](pitr-tutorial.md) to any timestamp if it takes too long (e.g. hours) to make a backup snapshot. + Starting with [2.4.0](../release-notes/2.4.0.md), PBM doesn't stop [point-in-time recovery oplog slicing](../features/point-in-time-recovery.md#oplog-slicing), if it's enabled, but runs it in parallel. This ensures [point-in-time recovery](pitr-tutorial.md) to any timestamp if it takes too long (e.g. hours) to make a backup snapshot. === "Selective"