Skip to content

Commit

Permalink
PBM-1131 Release notes 2.2.0
Browse files Browse the repository at this point in the history
modified:   docs/release-notes.md
	new file:   docs/release-notes/2.2.0.md
	modified:   mkdocs-base.yml
	modified:   variables.yml
  • Loading branch information
nastena1606 committed Jul 4, 2023
1 parent a827620 commit ab4d234
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 4 deletions.
1 change: 1 addition & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Percona Backup for MongoDB release notes

* [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)
* [Percona Backup for MongoDB 2.0.4](release-notes/2.0.4.md)
Expand Down
33 changes: 33 additions & 0 deletions docs/release-notes/2.2.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Percona Backup for MongoDB 2.2.0 (2023-07-)

Check notice on line 1 in docs/release-notes/2.2.0.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/release-notes/2.2.0.md#L1

[Google.Parens] Use parentheses judiciously.
Raw output
{"message": "[Google.Parens] Use parentheses judiciously.", "location": {"path": "docs/release-notes/2.2.0.md", "range": {"start": {"line": 1, "column": 36}}}, "severity": "INFO"}

| Release date | July , 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.

Check notice on line 8 in docs/release-notes/2.2.0.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/release-notes/2.2.0.md#L8

[Google.Parens] Use parentheses judiciously.
Raw output
{"message": "[Google.Parens] Use parentheses judiciously.", "location": {"path": "docs/release-notes/2.2.0.md", "range": {"start": {"line": 8, "column": 215}}}, "severity": "INFO"}

## Release Highlights

Check warning on line 10 in docs/release-notes/2.2.0.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/release-notes/2.2.0.md#L10

[Google.Headings] 'Release Highlights' should use sentence-style capitalization.
Raw output
{"message": "[Google.Headings] 'Release Highlights' should use sentence-style capitalization.", "location": {"path": "docs/release-notes/2.2.0.md", "range": {"start": {"line": 10, "column": 4}}}, "severity": "WARNING"}

* Owners of large data sets can now use PBM to [create external physical backups](../features/snapshots.md) as EBS snapshots or via a technology of their choice and restore from those backups with the data consistency guaranteed by PBM. Thereby they benefit from increased performance and reduced downtime, and are sure that their data remains consistent. This is the technical preview feature.

Check notice on line 12 in docs/release-notes/2.2.0.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/release-notes/2.2.0.md#L12

[Google.Acronyms] Spell out 'EBS', if it's unfamiliar to the audience.
Raw output
{"message": "[Google.Acronyms] Spell out 'EBS', if it's unfamiliar to the audience.", "location": {"path": "docs/release-notes/2.2.0.md", "range": {"start": {"line": 12, "column": 112}}}, "severity": "INFO"}
* The ability to [restore from physical and incremental backups to a new environment](../usage/restore.md/restoring-into-a-cluster-replica-set-with-a-different-name) with different replica set names extends the set of compatible environments for physical restore.

## New Features

Check warning on line 15 in docs/release-notes/2.2.0.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/release-notes/2.2.0.md#L15

[Google.Headings] 'New Features' should use sentence-style capitalization.
Raw output
{"message": "[Google.Headings] 'New Features' should use sentence-style capitalization.", "location": {"path": "docs/release-notes/2.2.0.md", "range": {"start": {"line": 15, "column": 4}}}, "severity": "WARNING"}

* [PBM-952](https://jira.percona.com/browse/PBM-952) - Add ability to make external backups

## Improvements

* [PBM-1055](https://jira.percona.com/browse/PBM-1055) - Add ability to configure replica set remapping for physical and incremental restores
* [PBM-1118](https://jira.percona.com/browse/PBM-1118) - Support custom shard names for restores with replica set remapping
* [PBM-1132](https://jira.percona.com/browse/PBM-1132) - Disallow using the `--ns` flag for physical and incremental restores

## Bugs Fixed

Check warning on line 25 in docs/release-notes/2.2.0.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/release-notes/2.2.0.md#L25

[Google.Headings] 'Bugs Fixed' should use sentence-style capitalization.
Raw output
{"message": "[Google.Headings] 'Bugs Fixed' should use sentence-style capitalization.", "location": {"path": "docs/release-notes/2.2.0.md", "range": {"start": {"line": 25, "column": 4}}}, "severity": "WARNING"}

* [PBM-1090](https://jira.percona.com/browse/PBM-1090) - Fixed the issue with the `E11000 duplicate key` error by applying the indexes building after the oplog replay operation

Check failure on line 27 in docs/release-notes/2.2.0.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/release-notes/2.2.0.md#L27

[Vale.Spelling] Did you really mean 'oplog'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'oplog'?", "location": {"path": "docs/release-notes/2.2.0.md", "range": {"start": {"line": 27, "column": 155}}}, "severity": "ERROR"}
* [PBM-1095](https://jira.percona.com/browse/PBM-1095) - Fixed the authentication error during selective backup by changing the authSource to `admin` on config server replica set

Check failure on line 28 in docs/release-notes/2.2.0.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/release-notes/2.2.0.md#L28

[Vale.Spelling] Did you really mean 'authSource'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'authSource'?", "location": {"path": "docs/release-notes/2.2.0.md", "range": {"start": {"line": 28, "column": 129}}}, "severity": "ERROR"}
* [PBM-1103](https://jira.percona.com/browse/PBM-1103) - Fixed the issue with incorrect display of PITR chunks without base backup in `pbm status` output on a new MongoDB version
* [PBM-1123](https://jira.percona.com/browse/PBM-1123) - Fixed the issue with the restore by skipping the `config.image_collection` collection



3 changes: 2 additions & 1 deletion mkdocs-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0 (April 18, 2023)
cover_subtitle: 2.2.0 (July, 2023)
author: 'Percona Technical Documentation Team'
cover_logo: docs/_images/Percona_Logo_Color.png
debug_html: false
Expand Down Expand Up @@ -190,6 +190,7 @@ nav:
- reference/glossary.md
- Release notes:
- "Release notes index": "release-notes.md"
- release-notes/2.2.0.md
- release-notes/2.1.0.md
- release-notes/2.0.5.md
- release-notes/2.0.4.md
Expand Down
6 changes: 3 additions & 3 deletions variables.yml
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.1.0'
version: '2.1'
release_date: 2023-04-18
release: '2.2.0'
version: '2.2'
release_date: 2023-07-

0 comments on commit ab4d234

Please sign in to comment.