diff --git a/docs/source/install/__mongodb_note.rst b/docs/source/install/__mongodb_note.rst index 2d9c5f9bb..c382466f3 100644 --- a/docs/source/install/__mongodb_note.rst +++ b/docs/source/install/__mongodb_note.rst @@ -2,4 +2,8 @@ The currently supported versions of MongoDB are 3.4 and 4.0. This is the version installed by the installer script. MongoDB 4.0 is installed by default on Ubuntu 18.04 and RHEL/CentOS8. - MongoDB 3.6 does not currently work with StackStorm. Support for MongoDB 4.0 was added in ST2 v3.1. + + MongoDB 3.6 is also supported by StackStorm >= 3.0.0, but we have observed some + performance regressions with MongoDB 3.6 so the default version which is installed on Ubuntu + Xenial (16.04) and EL7 (CentOS 7 and RHEL 7) is still 3.4. + \ No newline at end of file