Skip to content

Commit

Permalink
Updated after the review
Browse files Browse the repository at this point in the history
  • Loading branch information
nastena1606 committed Feb 8, 2024
1 parent 7865a1a commit 6d33b4a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/features/point-in-time-recovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ To start saving [oplog slices](../reference/glossary.md#oplog), the following pr

=== "Logical backups"

* A full backup snapshot is required. Starting with version [2.4.0](../release-notes/2.4.0.md), it can be a logical, a physical or a base incremental backup. Make sure that a [backup exists](../usage/list-backup.md). See the [Make a backup](../usage/start-backup.md) guide to make a backup snapshot.
* A full backup snapshot is required. Starting with version [2.4.0](../release-notes/2.4.0.md), it can be a logical, a physical or an incremental backup. Make sure that a [backup exists](../usage/list-backup.md). See the [Make a backup](../usage/start-backup.md) guide to make a backup snapshot.
* Point-in-time recovery routine is [enabled](#enable-point-in-time-recovery).

=== "Physical backups"
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/backup-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ The 0 (zero) value resets the timeout to the default 33 seconds.

*Type*: float64 <br>

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.
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.
2 changes: 1 addition & 1 deletion docs/usage/start-backup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 6d33b4a

Please sign in to comment.