Skip to content

Commit

Permalink
PBM-965 Release notes 2.0.1 (#56)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
nastena1606 authored Oct 12, 2022
1 parent 261a3a6 commit 2e4d581
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 2 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 @@
# 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)
Expand Down
3 changes: 2 additions & 1 deletion docs/release-notes/2.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
41 changes: 41 additions & 0 deletions docs/release-notes/2.0.1.md
Original file line number Diff line number Diff line change
@@ -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
3 changes: 2 additions & 1 deletion mkdocs-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2e4d581

Please sign in to comment.