File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -366,10 +366,15 @@ MongoDB 3.6 includes the following enhancements:
366
366
- :dbcommand:`dropDatabase` waits until all collections drops in the
367
367
database have propagated to a majority of the replica set members.
368
368
369
-
370
369
- The new :query:`$jsonSchema` operator matches documents that validate
371
370
against the given JSON Schema.
372
371
372
+ - The new :parameter:`honorSystemUmask` startup option for
373
+ :program:`mongod` causes new files created by MongoDB to have
374
+ the read/write permissions specified by the `umask
375
+ <https://en.wikipedia.org/wiki/Umask>`_ of the user who runs the
376
+ :program:`mongod` process. Only available on Linux and OS X systems.
377
+
373
378
Changes Affecting Compatibility
374
379
-------------------------------
375
380
You can’t perform that action at this time.
0 commit comments