Skip to content

v2.10.0

Choose a tag to compare

@nastena1606 nastena1606 released this 26 Jun 11:52
· 329 commits to main since this release
e67c7b4
  • Ensure your cluster remains operational even if errors occur during a physical restore by making restores with a fallback directory. PBM copies the dbPath contents to a special fallback directory at the restore start and proceeds with the restore as usual. If an error occurs during the restore, PBM uses the fallback directory contents to roll back the cluster to its pre-restore state. Note that to use this feature you must have enough free disk space on each mongod instance to store the dbPath contents.

  • Improved compatibility with Google Cloud Storage (GCS) by using a native Google Cloud Client library. PBM communicates with GCS both via JSON API and XML API and supports both types of credentials: storage account credentials for JSON API and HMAC keys for XML API requests. The use of a new library resulted in PBM configuration changes which you need to when you upgrade to this PBM version. Read more about these steps in the documentation.

  • Percona Backup for MongoDB now uses the AWS SDK v2 for Go, which includes the latest features, security updates and improvements. This ensures the secure communication with AWS services.

  • Percona Backup for MongoDB is no longer supported on Ubuntu 20.04 (Focal Fossa) as this operating system has reached end of life.