Skip to content

Commit 2e4d581

Browse files
authored
PBM-965 Release notes 2.0.1 (#56)
PBM-965 Release notes 2.0.1 modified: docs/release-notes.md new file: docs/release-notes/2.0.1.md modified: mkdocs-base.yml
1 parent 261a3a6 commit 2e4d581

4 files changed

Lines changed: 46 additions & 2 deletions

File tree

docs/release-notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Release notes
22

3+
* [Percona Backup for MongoDB 2.0.1](release-notes/2.0.1.md)
34
* [Percona Backup for MongoDB 2.0.0](release-notes/2.0.0.md)
45
* [Percona Backup for MongoDB 1.8.1](release-notes/1.8.1.md)
56
* [Percona Backup for MongoDB 1.8.0](release-notes/1.8.0.md)

docs/release-notes/2.0.0.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@ those backups to a specific point in time.
1010
## Release Highlights
1111

1212
* Physical backups and restores are now generally available. This enables you to use them in production environments.
13-
* [Data-at-rest encryption](../usage/restore.html#physical-restores-with-data-at-rest-encryption) is supported for physical backups and restores. This enables you to comply to data security regulations and save time on operating with large data sets.
13+
* [Data-at-rest encryption](../usage/restore.md#physical-restores-with-data-at-rest-encryption) is supported for physical backups and restores. This enables you to comply to data security regulations and save time on operating with large data sets.
1414
* By [tracking physical restore progress](../usage/restore-progress.md), you have a clear picture of your restore operations and can timely react to any changes or issues.
1515
* [Logical backups and restores](../usage/selective-backup.md) can now be done selectively. This is a tech preview feature [^1] yet it enables you to work only with the desired subset of data and thereby save time on database maintenance and costs on storage.
1616

1717

18+
1819
## New Features
1920

2021
* [PBM-790](https://jira.percona.com/browse/PBM-790): Add the ability to make selective backups and restores. This is the tech preview feature [^1]

docs/release-notes/2.0.1.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Percona Backup for MongoDB 2.0.1 (2022-10-12)
2+
3+
| Release date | October 12, 2022 |
4+
|------------- | ---------------|
5+
| Installation | [Installing Percona Backup for MongoDB](../installation.md) |
6+
7+
8+
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.
9+
10+
## Release Highlights
11+
12+
* The support of [server-side encryption with customer-provided keys managed on the customer side (SSE-C)](../details/storage-configuration.md#server-side-encryption) enables you to use the S3-compatible storage of your choice thus preventing the vendor lock-in and saving your costs on AWS KMS (Key Management Service).
13+
* The ability to [configure Percona Backup for MongoDB remotely](../manage/configure-remotely.md) simplifies its management when PBM is deployed in Docker, Kubernetes or other cloud services.
14+
* The ability to configure the sidecar mode for Percona Backup for MongoDB improves its operation as part of [Kubernetes Operator for MongoDB](https://docs.percona.com/percona-operator-for-mongodb/index.html).
15+
* Troubleshooting enhancements:
16+
17+
- The ability to [define a timezone for logs and to follow the logs dynamically](../reference/pbm-commands.md#pbm-logs).
18+
- Indication of arbiter nodes as non-supported ones in `pbm status` output
19+
20+
21+
22+
## New Features
23+
24+
- [PBM-733](https://jira.percona.com/browse/PBM-733): Allow changing the timezone of logs in PBM
25+
- [PBM-877](https://jira.percona.com/browse/PBM-877): Enable PBM to read the config file from stdin
26+
27+
## Improvements
28+
29+
- [PBM-949](https://jira.percona.com/browse/PBM-949): Improve handling of arbiter nodes
30+
- [PBM-948](https://jira.percona.com/browse/PBM-948): Align `pbm describe-backup` and `pbm describe-restore` outputs
31+
- [PBM-941](https://jira.percona.com/browse/PBM-941): Add a sidecar mode for PBM to prevent the database crash when a `pbm-agent` is misconfigured in a container
32+
- [PBM-922](https://jira.percona.com/browse/PBM-922): Add support for SSE-C for S3 providers (Thanks to Richard Bateman for reporting this issue and contributing to it)
33+
- [PBM-897](https://jira.percona.com/browse/PBM-897): Add the ability to dynamically follow PBM logs
34+
35+
36+
## Bugs Fixed
37+
38+
- [PBM-978](https://jira.percona.com/browse/PBM-978): Fixed the physical restore on replica sets having hidden nodes
39+
- [PBM-975](https://jira.percona.com/browse/PBM-975): Fixed the issue with the display of point-in-time recovery chunks without base snapshot after storage resync
40+
- [PBM-966](https://jira.percona.com/browse/PBM-966): Fixed the error handling of point-in-time recovery to non-existent timestamp by `pbm-agents`
41+
- [PBM-858](https://jira.percona.com/browse/PBM-858): Improve reporting of the error when an oplog chunk can't be created due to insufficient range

mkdocs-base.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ plugins:
8989
with-pdf: # https://github.com/orzih/mkdocs-with-pdf
9090
output_path: '_pdf/PerconaBackupforMongoDB.pdf'
9191
cover_title: 'Percona Backup for MongoDB Documentation'
92-
cover_subtitle: 2.0.0 (September 21, 2022)
92+
cover_subtitle: 2.0.1 (October 12, 2022)
9393
author: 'Percona Technical Documentation Team'
9494
cover_logo: docs/_images/Percona_Logo_Color.png
9595
debug_html: false
@@ -159,6 +159,7 @@ nav:
159159
- reference/glossary.md
160160
- Release notes:
161161
- release-notes.md
162+
- release-notes/2.0.1.md
162163
- release-notes/2.0.0.md
163164
- release-notes/1.8.1.md
164165
- release-notes/1.8.0.md

0 commit comments

Comments
 (0)