-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* PBM-1237 Release notes 2.4.0 modified: _resource/overrides/partials/copyright.html modified: docs/release-notes.md new file: docs/release-notes/2.4.0.md modified: mkdocs-base.yml modified: mkdocs-pdf.yml modified: variables.yml
- Loading branch information
1 parent
19c3005
commit d4816c5
Showing
7 changed files
with
57 additions
and
15 deletions.
There are no files selected for viewing
File renamed without changes
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# Percona Backup for MongoDB 2.4.0 (2024-03-05) | ||
|
||
[Installation](../installation.md){.md-button} | ||
|
||
|
||
Percona Backup for MongoDB is a distributed, low-impact solution for consistent backups of MongoDB sharded clusters and replica sets. This is a tool for creating consistent backups across a MongoDB sharded cluster (or a non-sharded replica set), and for restoring those backups to a specific point in time. | ||
|
||
## Release Highlights | ||
|
||
* You can now [delete backup snapshots of a specific type](../usage/delete-backup.md#__tabbed_2_3). For example, delete only logical backups which you might have created and no longer need. You can also check what exactly will be deleted with the new `--dry-run flag`. This improvement helps you better meet the organization's backup policy and improves your experience with cleaning up outdated data. | ||
* Point-in-time recovery oplog slicing is now running in parallel with backup snapshots. This ensures that you can make a [point-in-time recovery](../usage/pitr-tutorial.md) to any timestamp from very large backups that take hours to make. | ||
* Percona Backup for MongoDB packages are now also available for ARM64 architectures. Thus, users can not only run Percona Backup for MongoDB in Docker containers on ARM-based workstations but also install the packages on those workstations. The ARM64 packages are available for the following operating systems: | ||
|
||
* Ubuntu 20.04 (Focal Fossa) | ||
* Ubuntu 22.04 (Jammy Jellyfish) | ||
* Red Hat Enterprise Linux 8 and compatible derivatives | ||
* Red Hat Enterprise Linux 9 and compatible derivatives | ||
|
||
|
||
|
||
## Improvements | ||
|
||
* [PBM-907](https://perconadev.atlassian.net/browse/PBM-907) - Upload oplog chunks during backups | ||
|
||
* [PBM-1141](https://perconadev.atlassian.net/browse/PBM-1141) - Add ability to delete backups by a specific type | ||
|
||
* [PBM-1187](https://perconadev.atlassian.net/browse/PBM-1187) Add `--wait` option to `pbm config --force-resync` | ||
|
||
## Bugs Fixed | ||
|
||
* [PBM-1210](https://perconadev.atlassian.net/browse/PBM-1210) - Fixed the issue with backups not cancelling when running `pbm cancel backup` | ||
|
||
* [PBM-1231](https://perconadev.atlassian.net/browse/PBM-1231) - Fixed the issue with the failing restore to a new cluster | ||
|
||
* [PBM-1223](https://perconadev.atlassian.net/browse/PBM-1223) - Fixed the issue with PBM not backing up oplog from the oldest active transaction timestamp | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# PBM Variables set for HTML output | ||
# See also mkdocs.yml plugins.with-pdf.cover_subtitle and output_path | ||
|
||
release: '2.3.1' | ||
version: '2.3' | ||
release: '2.4.0' | ||
version: '2.4' | ||
|