From 2e4d5812484da4ed62fcf192422a17bb93618a6b Mon Sep 17 00:00:00 2001 From: Anastasia Alexandrova Date: Wed, 12 Oct 2022 12:07:19 +0300 Subject: [PATCH] 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 --- docs/release-notes.md | 1 + docs/release-notes/2.0.0.md | 3 ++- docs/release-notes/2.0.1.md | 41 +++++++++++++++++++++++++++++++++++++ mkdocs-base.yml | 3 ++- 4 files changed, 46 insertions(+), 2 deletions(-) create mode 100644 docs/release-notes/2.0.1.md diff --git a/docs/release-notes.md b/docs/release-notes.md index a0516221..b0de8015 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,6 @@ # Release notes +* [Percona Backup for MongoDB 2.0.1](release-notes/2.0.1.md) * [Percona Backup for MongoDB 2.0.0](release-notes/2.0.0.md) * [Percona Backup for MongoDB 1.8.1](release-notes/1.8.1.md) * [Percona Backup for MongoDB 1.8.0](release-notes/1.8.0.md) diff --git a/docs/release-notes/2.0.0.md b/docs/release-notes/2.0.0.md index b1ba7d2d..d5b94b17 100644 --- a/docs/release-notes/2.0.0.md +++ b/docs/release-notes/2.0.0.md @@ -10,11 +10,12 @@ those backups to a specific point in time. ## Release Highlights * Physical backups and restores are now generally available. This enables you to use them in production environments. -* [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. +* [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. * 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. * [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. + ## New Features * [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] diff --git a/docs/release-notes/2.0.1.md b/docs/release-notes/2.0.1.md new file mode 100644 index 00000000..6b158914 --- /dev/null +++ b/docs/release-notes/2.0.1.md @@ -0,0 +1,41 @@ +# Percona Backup for MongoDB 2.0.1 (2022-10-12) + +| Release date | October 12, 2022 | +|------------- | ---------------| +| 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 + +* 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). +* 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. +* 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). +* Troubleshooting enhancements: + + - The ability to [define a timezone for logs and to follow the logs dynamically](../reference/pbm-commands.md#pbm-logs). + - Indication of arbiter nodes as non-supported ones in `pbm status` output + + + +## New Features + +- [PBM-733](https://jira.percona.com/browse/PBM-733): Allow changing the timezone of logs in PBM +- [PBM-877](https://jira.percona.com/browse/PBM-877): Enable PBM to read the config file from stdin + +## Improvements + +- [PBM-949](https://jira.percona.com/browse/PBM-949): Improve handling of arbiter nodes +- [PBM-948](https://jira.percona.com/browse/PBM-948): Align `pbm describe-backup` and `pbm describe-restore` outputs +- [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 +- [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) +- [PBM-897](https://jira.percona.com/browse/PBM-897): Add the ability to dynamically follow PBM logs + + +## Bugs Fixed + +- [PBM-978](https://jira.percona.com/browse/PBM-978): Fixed the physical restore on replica sets having hidden nodes +- [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 +- [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` +- [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 \ No newline at end of file diff --git a/mkdocs-base.yml b/mkdocs-base.yml index 1b104ae0..cfb2db00 100644 --- a/mkdocs-base.yml +++ b/mkdocs-base.yml @@ -89,7 +89,7 @@ plugins: with-pdf: # https://github.com/orzih/mkdocs-with-pdf output_path: '_pdf/PerconaBackupforMongoDB.pdf' cover_title: 'Percona Backup for MongoDB Documentation' - cover_subtitle: 2.0.0 (September 21, 2022) + cover_subtitle: 2.0.1 (October 12, 2022) author: 'Percona Technical Documentation Team' cover_logo: docs/_images/Percona_Logo_Color.png debug_html: false @@ -159,6 +159,7 @@ nav: - reference/glossary.md - Release notes: - release-notes.md + - release-notes/2.0.1.md - release-notes/2.0.0.md - release-notes/1.8.1.md - release-notes/1.8.0.md