Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Removed configuration option (notablescan) in MongoDB 2.6 config file

Tags:

mongodb

The configuration file format was changed in the latest (2.6) version of MongoDB into a YAML based format.

Apparently the new format removed some configuration options, notablescan in my case.

Is there a way to set it in the new format? Or must I stay with the 2.4 version one?

v2.6 Configuration File Options v2.4 Configuration File Options

like image 633
i3arnon Avatar asked Dec 21 '25 04:12

i3arnon


1 Answers

You can set notablescan in the new format with setParameter call. For example:

setParameter:
    notablescan: 1
like image 67
jsalonen Avatar answered Dec 24 '25 02:12

jsalonen



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!