Skip to content

Commit c58428b

Browse files
PBM-1310 Release notes 2.5.0 (#176)
Co-authored-by: Sandra Romanchenko <[email protected]>
1 parent 57c8ddf commit c58428b

File tree

4 files changed

+29
-3
lines changed

4 files changed

+29
-3
lines changed

docs/release-notes.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Percona Backup for MongoDB release notes
22

3+
* [Percona Backup for MongoDB 2.5.0](release-notes/2.5.0.md)
34
* [Percona Backup for MongoDB 2.4.1](release-notes/2.4.1.md)
45
* [Percona Backup for MongoDB 2.4.0](release-notes/2.4.0.md)
56
* [Percona Backup for MongoDB 2.3.1](release-notes/2.3.1.md)

docs/release-notes/2.5.0.md

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Percona Backup for MongoDB 2.5.0 (2024-05-16)
2+
3+
[Installation](../installation.md){.md-button}
4+
5+
6+
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.
7+
8+
## Release Highlights
9+
10+
* 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.
11+
* 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.
12+
13+
14+
## New Features
15+
16+
* [PBM-1159](https://perconadev.atlassian.net/browse/PBM-1159) - Make ReadConcern configurable
17+
* [PBM-799](https://perconadev.atlassian.net/browse/PBM-799) - Make WriteConcern configurable
18+
* [PBM-1213](https://perconadev.atlassian.net/browse/PBM-1213) - Restore users and roles in custom databases during a selective restore
19+
20+
## Bugs Fixed
21+
22+
* [PBM-1257](https://perconadev.atlassian.net/browse/PBM-1257) - Fixed the issue with PBM failing on running the `pbm describe-backup` command.
23+
24+
* [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.

mkdocs-base.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ plugins:
123123
with-pdf: # https://github.com/orzih/mkdocs-with-pdf
124124
output_path: '_pdf/PerconaBackupforMongoDB.pdf'
125125
cover_title: 'Backup for MongoDB Documentation'
126-
cover_subtitle: 2.4.1 (March 25, 2024)
126+
cover_subtitle: 2.5.0 (May 16, 2024)
127127
author: 'Percona Technical Documentation Team'
128128
cover_logo: docs/_images/Percona_Logo_Color.png
129129
debug_html: false
@@ -203,6 +203,7 @@ nav:
203203
- troubleshoot/faq.md
204204
- Release notes:
205205
- "Release notes index": "release-notes.md"
206+
- release-notes/2.5.0.md
206207
- release-notes/2.4.1.md
207208
- release-notes/2.4.0.md
208209
- 2023 (versions 2.0.4 to 2.3.1):

variables.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PBM Variables set for HTML output
22
# See also mkdocs.yml plugins.with-pdf.cover_subtitle and output_path
33

4-
release: '2.4.1'
5-
version: '2.4'
4+
release: '2.5.0'
5+
version: '2.5'
66

0 commit comments

Comments
 (0)