Percona Server for MongoDB 7.0.16-10 (2025-02-19)¶
Installation Upgrade from MongoDB Community
Percona Server for MongoDB 7.0.16-10 is an enhanced, source-available, and highly-scalable database that is a fully-compatible, drop-in replacement for MongoDB Community Edition.
Percona Server for MongoDB 7.0.16-10 includes the improvements and bug fixes of MongoDB 7.0.16 Community Edition and supports its protocols and drivers.
Release Highlights¶
This release provides the following features and improvements:
Improved security for Docker images¶
Percona Server 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.
Amazon Linux 2023 support¶
Percona Server for MongoDB is now available and fully supported on Amazon Linux 2023 (AL23), simplifying its AWS deployment. You can safely run Percona Server for MongoDB 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 download tarballs from our Percona Software Downloads page. Navigate to the Percona Server for MongoDB page, select the latest version, and Generic
Platform.
Upstream Improvements¶
The bug fixes, provided by MongoDB and included in Percona Server for MongoDB, are the following:
- SERVER-67816 - Fixed time rounding for timeseries control block of dates prior to 1970
- SERVER-90672 - Ensured there are no buckets with the same OID both within a stripe and across stripes for time-series collections
- SERVER-90893 - Made list databases consistent to a given storage snapshot
- SERVER-94559 - Fixed the issue with tracking the archived bucket based on the minTime in the bucket registry for time series measurements by leaving the bucket’s minTime unchanged when performing user deletes/updates on it
- SERVER-95067 - Handle multiple batches per bucket in time-series insert
Find the full list of changes in the MongoDB 7.0.16 Community Edition release notes.
Changelog¶
Fixed Bugs¶
- PSMDB-1243 - Fixed the issue with starting Percona Server for MongoDB Docker container with data-at-rest encryption configured via the configuration file
- PSMDB-1573 - Added escaping of special characters when building LDAP queries
- PSMDB-1567 - Fixed the issue with the crashing server during LDAP authentication when the LDAP server is down.