-
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.
Co-authored-by: Sandra Romanchenko <[email protected]>
- Loading branch information
1 parent
57c8ddf
commit c58428b
Showing
4 changed files
with
29 additions
and
3 deletions.
There are no files selected for viewing
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,24 @@ | ||
# Percona Backup for MongoDB 2.5.0 (2024-05-16) | ||
|
||
[Installation](../installation.md){.md-button} | ||
|
||
|
||
Percona Backup for MongoDB is a distributed, low-impact solution for creating consistent backups of MongoDB sharded clusters and replica sets, and for restoring those backups to a specific point in time. | ||
|
||
## Release Highlights | ||
|
||
* You can now restore the desired subset of [custom databases with users and roles](../features/selective-backup.md#restore-a-database-with-users-and-roles) created in them. This is useful for deployments where each user has an individual database and authenticates against it. | ||
* Previous versions of PBM required that `readConcern` and `writeConcern` are set to `majority` in MongoDB. You can now explicitly override this behavior, and thus, ensure backups in clusters configured to operate without the majority or lost it for some reason. | ||
|
||
|
||
## New Features | ||
|
||
* [PBM-1159](https://perconadev.atlassian.net/browse/PBM-1159) - Make ReadConcern configurable | ||
* [PBM-799](https://perconadev.atlassian.net/browse/PBM-799) - Make WriteConcern configurable | ||
* [PBM-1213](https://perconadev.atlassian.net/browse/PBM-1213) - Restore users and roles in custom databases during a selective restore | ||
|
||
## Bugs Fixed | ||
|
||
* [PBM-1257](https://perconadev.atlassian.net/browse/PBM-1257) - Fixed the issue with PBM failing on running the `pbm describe-backup` command. | ||
|
||
* [PBM-1258](https://perconadev.atlassian.net/browse/PBM-1258) - Improved the resync from storage logic to be triggered only upon changes in the configuration file. |
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.4.1' | ||
version: '2.4' | ||
release: '2.5.0' | ||
version: '2.5' | ||
|