Percona Server for MongoDB 6.0.25-20 (2025-07-30)¶
Installation Upgrade from MongoDB Community
Percona Server for MongoDB 6.0.25-20 is an enhanced, source-available, and highly-scalable database that is a fully-compatible, drop-in replacement for MongoDB Community Edition.
It is based on MongoDB 6.0.25 Community Edition and supports its protocols and drivers.
Release Highlights¶
This is the last release of Percona Server for MongoDB 6.0.x series.
Upstream Improvements¶
The bug fixes, provided by MongoDB Community Edition and included in Percona Server for MongoDB, are the following:
- SERVER-83221 - Added TTL properties to the output of listIndexes
- SERVER-92411 - Added missing authorziation checks to document-source aggregation stages
- SERVER-95523 - Fixed a race condition where a concurrent
upsert
operation could incorrectly fail with aDuplicateKey
error instead of retrying as an update. With this fix, the upsert operation now correctly retries and applies the update when another operation inserts the document in parallel. - SERVER-95524 - Avoided retrying on duplicate key error for upserts in multidocument transactions
- SERVER-95672 - Fixed the issue with missing documents when indexes on array fields contain subarrays by ensuring proper bounds when having nested arrays as predicates
Find the full list of changes in the release notes of MongoDB 6.0.25 Community Edition.
Changelog¶
Fixed Bugs¶
-
PSMDB-1712 - Fixed the issue with the server сrash accessing LDAP by improving the
start_poll
function behavior -
PSMDB-1730 - Fixed the issue with LDAP authentication via SASL by adding the package
cyrus-sasl-plain
in Docker images for Percona Server for MongoDB 6, 7 and 8