v2.9.0
-
Percona Backup for MongoDB is now available and fully supported on Amazon Linux 2023 (AL23), simplifying its AWS deployment. You can safely run PBM on AL23 to build a secure, stable, high-performance environment for developing and running cloud applications, with seamless integration with various AWS services and development tools.
-
You can now define a
pbm-agentconfiguration in a single file and start the agent using it. The configuration includes the MongoDB connection URI, the custom log path, and the number of parallel workers needed for a backup. In addition, you can adjust the log level on runtime without restarting thepbm-agent. This helps you keep all yourpbm-agentsetup in a single place and simplifies its management. Learn more about how to start pbm-agent using the configuration file as well as all the ways to configure a custom log path -
Percona Backup for MongoDB Docker image is now based on Universal Base Image (UBI) version 9, which includes the latest security fixes. This makes the image compliant with the Red Hat certification and ensures the seamless work of containers on Red Hat OpenShift Container Platform.
-
Removed kingpin dependency from PBM CLI (PBM-1466)
-
The balancer is stopped and chunks are autosplit automatically during restore (PBM-1452)
-
Fixed failing selective backup/restore for sharded collections in setups with config shards (PBM-1465)
-
Allow PBM operation on server with a single CPU by auto-adjusting the number of parallel collections to 1 (PBM-1478)
-
Fixed the issue with failing restores when there are collections partial indexes by storing all index types in backup metadata (PBM-1479)
-
Fixed the issue with
pbm-agentstarts by fixing the typo in pbm-agent.init file (PBM-1485)