From fdb61ecd79a9b31427546c51eccb96c539aacab9 Mon Sep 17 00:00:00 2001 From: Anastasia Alexadrova Date: Thu, 20 Jul 2023 15:02:18 +0200 Subject: [PATCH] PBM-1156 Release notes 2.2.1 modified: docs/release-notes.md new file: docs/release-notes/2.2.1.md modified: mkdocs-base.yml modified: variables.yml --- docs/release-notes.md | 1 + docs/release-notes/2.2.1.md | 27 +++++++++++++++++++++++++++ mkdocs-base.yml | 2 +- variables.yml | 4 ++-- 4 files changed, 31 insertions(+), 3 deletions(-) create mode 100644 docs/release-notes/2.2.1.md diff --git a/docs/release-notes.md b/docs/release-notes.md index f51ef5d3..c62dadf9 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,6 @@ # Percona Backup for MongoDB release notes +* [Percona Backup for MongoDB 2.2.1](release-notes/2.2.1.md) * [Percona Backup for MongoDB 2.2.0](release-notes/2.2.0.md) * [Percona Backup for MongoDB 2.1.0](release-notes/2.1.0.md) * [Percona Backup for MongoDB 2.0.5](release-notes/2.0.5.md) diff --git a/docs/release-notes/2.2.1.md b/docs/release-notes/2.2.1.md new file mode 100644 index 00000000..7ffcf6e3 --- /dev/null +++ b/docs/release-notes/2.2.1.md @@ -0,0 +1,27 @@ +# Percona Backup for MongoDB 2.2.1 (2023-07-26) + +| Release date | July 26, 2023 | +|------------- | ---------------| +| Installation | [Installing Percona Backup for MongoDB](../installation.md) | + + +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 + +With this release you can increase the wait time for backup to start, thus eliminating the PBM failure when creating `$backupCursor` takes longer than usual. + + +## Improvements + +* [PBM-1154](https://jira.percona.com/browse/PBM-1154) - Add config option to change wait timeout for backup start status + +## Bugs Fixed + +* [PBM-1151](https://jira.percona.com/browse/PBM-1151) - Fixed the issue with PBM crashing when Percona Server for MongoDB fails to open `$backupCursor` + +* [PBM-1155](https://jira.percona.com/browse/PBM-1155) - Retry to open `$backupCursor` during incremental backups in case of failure + + + + diff --git a/mkdocs-base.yml b/mkdocs-base.yml index 52047621..b23a5a63 100644 --- a/mkdocs-base.yml +++ b/mkdocs-base.yml @@ -100,7 +100,7 @@ plugins: with-pdf: # https://github.com/orzih/mkdocs-with-pdf output_path: '_pdf/PerconaBackupforMongoDB.pdf' cover_title: 'Backup for MongoDB Documentation' - cover_subtitle: 2.2.0 (July 13, 2023) + cover_subtitle: 2.2.1 (July 26, 2023) author: 'Percona Technical Documentation Team' cover_logo: docs/_images/Percona_Logo_Color.png debug_html: false diff --git a/variables.yml b/variables.yml index de9ae89e..a9101b63 100644 --- a/variables.yml +++ b/variables.yml @@ -1,6 +1,6 @@ # PBM Variables set for HTML output # See also mkdocs.yml plugins.with-pdf.cover_subtitle and output_path -release: '2.2.0' +release: '2.2.1' version: '2.2' -release_date: 2023-07-13 +release_date: 2023-07-26