From 475849a90f68983c58767c3afcf837f06076238f Mon Sep 17 00:00:00 2001 From: armab Date: Tue, 14 Apr 2020 17:11:34 +0100 Subject: [PATCH] Bring back original MongoDB 3.6 message from #949 See https://github.com/StackStorm/st2docs/pull/949/commits/4a65ac5ceeaa2cd7eea2928e5ce27bec53cb83f7 --- docs/source/install/__mongodb_note.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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