Skip to content

Releases: percona/pbm-docs

v2.9.1

21 Mar 08:57
3fc7e77
Compare
Choose a tag to compare
  • Fixed the issue in PBM unable to take physical backup in deployments with MongoDB Community and Percona Server for MongoBD (PBM-1512)

v2.9.0

21 Mar 08:55
e8b67c1
Compare
Choose a tag to compare
  • 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-agent configuration 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 the pbm-agent. This helps you keep all your pbm-agent setup 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-agent starts by fixing the typo in pbm-agent.init file (PBM-1485)

v2.8.0

13 Feb 17:01
2658afe
Compare
Choose a tag to compare
  • Better organization of selective backups by defining multiple namespaces when making a backup. A single backup for multiple namespaces instead of backups per namespace also enables you to save on disk space.

  • Control communication between pbm-agents residing behind different network settings and remote backup storage. This ensures proper functioning of PBM.

  • Simplified troubleshooting with restoring the same collection under a different name. The restored collection has the same data and indexes as the one you backed up. This makes it easier to compare the data in both collections and identify what caused the issue with the database.

  • Reduce troubleshooting time with the diagnostics report. Use the pbm diagnostic command to collect comprehensive information about a command execution and generate a report. Either dive deep yourself or file a bug report to our experts and attach the diagnostics archive to it.

  • Improved log rotation with a custom path for log output. Outputting log information to a file at a custom path enables you to introduce log rotation, manage the system log effectively and comply to security regulations for logging and auditing.

  • Additional flexibility for backups is achieved with replacing mongodump with PBM's own dump implementation. This lifts the mongodumps' limitations and opens space for further improvements.

  • Added support of Percona Server for MongoDB 8.0 and MongoDB Community 8.0.

  • Dropped support of Percona Server for MongoDB 5.0 and MongoDB Community 5.0 as it entered the end-of-life stage. Existing functionality remains compatible with version 5.0. However, we will no longer test new features and improvements against this version.

v2.7.0

13 Feb 16:59
2658afe
Compare
Choose a tag to compare

Single authentication point for PBM running in Amazon EKS - Now PBM running in Amazon Elastic Kubernetes Service (EKS) can access AWS services using the credentials from the IAM role associated with the service account that is assigned to the Pod where PBM is running. Since with this improvement you don’t have to pass the credentials to every individual Pods, the overall security of your infrastructure increases.

Consider the following limitation if you run Percona Operator for MongoDB: a restore does not work with this feature without the modification of default serviceAccount. It will be improved in future releases of the Operator to cover this case.

v2.6.0

13 Sep 14:11
af81003
Compare
Choose a tag to compare
  • PBM support multiple storages for backups and restores and can make a backup to the storage of your choice. This ability helps you save on data transfer costs when using cloud storage, as well as enables you to follow closely with the requirements of your organization’s backup policy.
  • You can now adjust node priorities for point-in-time recovery oplog slices helping you to reduce network latency
  • Configure the waiting time for a command execution via the --wait-time flag for PBM commands
  • Snapshot-based backups are GA

2.5.0

16 May 13:20
c58428b
Compare
Choose a tag to compare
  • Ability to restore the desired subset of custom databases with users and roles created in them. This is useful for deployments where each user has an individual database and authenticates against it.
  • Previous versions of PBM required that readConcern and writeConcern are set to majority in MongoDB. You can now explicitly override this behavior, and thus, ensure backups in clusters configured to operate without the majority or lost it for some reason.

2.4.0

14 Mar 10:46
186f948
Compare
Choose a tag to compare
  • Added ability to delete backup snapshots of a specific type. For example, delete only logical backups which you might have created and no longer need.

  • Ability to check what exactly will be deleted with the new --dry-run flag.

  • Point-in-time recovery oplog slicing is now running in parallel with backup snapshots. This ensures point-in-time recovery to any timestamp from very large backups that take hours to make.

  • Percona Backup for MongoDB packages are now also available for ARM64 architectures for the following operating systems:

    • Ubuntu 20.04 (Focal Fossa)
    • Ubuntu 22.04 (Jammy Jellyfish)
    • Red Hat Enterprise Linux 8 and compatible derivatives
    • Red Hat Enterprise Linux 9 and compatible derivatives

2.3.1

05 Dec 09:46
ca2c6be
Compare
Choose a tag to compare
  • Added support for Percona Server for MongoDB 7.0.
  • The ability to define custom endpoints when using Microsoft Azure Blob Storage for backups
  • Improved PBM Docker image to allow making physical backups with the shared mongodb data volume
  • Updated Golang libraries that include fixes for the security vulnerability CVE-2023-39325.

2.3.0

05 Oct 15:32
7f1e455
Compare
Choose a tag to compare
  • The support for MongoDB 4.2 is deprecated. Existing functionality in Percona Backup for MongoDB remains compatible with MongoDB 4.2 and Percona Server for MongoDB 4.2; however, further enhancements and bug fixes are no longer tested against this version.
  • The ability to view the backup contents improves troubleshooting of backups in environments where databases are often created and / or dropped.
  • The ability to make physical backups in mixed deployments with MongoDB Community and Percona Server for MongoDB (PSMDB) nodes streamlines the backup flow for organizations that are still evaluating or migrating their data sets against PSMDB.

2.2.1

07 Aug 10:49
Compare
Choose a tag to compare
  • Configurable wait time for PBM to start a physical backup