-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
1 parent
261a3a6
commit 2e4d581
Showing
4 changed files
with
46 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters