
Percona announces the release of Percona Server for MongoDB 4.0.5-2 on February 18, 2019. Download the latest version from the Percona website or the Percona Software Repositories.
Percona Server for MongoDB is an enhanced, open source, and highly-scalable database that is a fully-compatible, drop-in replacement for MongoDB 4.0 Community Edition. It supports MongoDB 4.0 protocols and drivers.
Percona Server for MongoDB extends Community Edition functionality by including the Percona Memory Engine storage engine, as well as several enterprise-grade features. It also includes MongoRocks storage engine (which is now deprecated). Percona Server for MongoDB requires no changes to MongoDB applications or code.
This release includes all features of MongoDB 4.0 Community Edition. Most notable among these are:
Note that the MMAPv1 storage engine is deprecated in MongoDB 4.0 Community Edition.
In Percona Server for MongoDB 4.0.5-2, data at rest encryption becomes GA. The data at rest encryption feature now covers the temporary files used for external sorting and the rollback files. You can decrypt and examine the contents of the rollback files using the new perconadecrypt command line tool.
In this release, Percona Server for MongoDB supports the ngram full-text search engine. Thanks to Sunguck Lee (@SunguckLee) for this contribution. To enable the ngram full-text search engine, create an index passing ngram to the default_language parameter:
mongo > db.collection.createIndex({name:"text"}, {default_language: "ngram"})
mongod process.
mongos could crash when running the createBackup command.Other bugs fixed: PSMDB-247
The Percona Server for MongoDB 4.0.5-2 release notes are available in the official documentation.
Resources
RELATED POSTS