This documentation is for the end of life version of Percona Server for MongoDB and is no longer supported. You may want to see the current documentation.
Percona Server for MongoDB 3.6.17-4.0¶
- Date
February 13, 2020
- Installation
Percona Server for MongoDB 3.6.17-4.0 is based on MongoDB 3.6.17.
Bugs Fixed¶
PSMDB-473: The
logApplicationMessage
command failed even when it was run by the user with extended privileges. The problem has been fixed to allow running thelogApplicationMessage
command by any role that has the applicationMessage privilege, such as clusterManager or hostManager.> db.runCommand({logApplicationMessage: 'find'});