From 4a65ac5ceeaa2cd7eea2928e5ce27bec53cb83f7 Mon Sep 17 00:00:00 2001 From: Tomaz Muraus Date: Mon, 16 Dec 2019 15:21:38 +0100 Subject: [PATCH] Update mongodb notes - we have supported 3.6 and 4.0 for a while now. --- docs/source/install/__mongodb_note.rst | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/source/install/__mongodb_note.rst b/docs/source/install/__mongodb_note.rst index 6c7873e5a..14d03c514 100644 --- a/docs/source/install/__mongodb_note.rst +++ b/docs/source/install/__mongodb_note.rst @@ -1,5 +1,10 @@ .. note:: - The currently supported version of MongoDB is 3.4. This is the version installed by - the installer script. MongoDB 3.6 and newer does not currently work with StackStorm. - Support for 4.0 will be added in a future version of StackStorm + The currently supported version of MongoDB is 3.4. This is the version installed by the installer + script. + + MongoDB 3.6 and 4.0 are 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) still is 3.4. + + Right now MongoDB 4.0 is only used with Ubuntu Bionic (18.04).