From 9bf9d20c22f34063805d2da0624d05320bef4ee5 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sun, 12 Mar 2017 19:52:29 +0200 Subject: [PATCH] Any newest MongoDB 3.2.x works. --- Install-and-Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Install-and-Update.md b/Install-and-Update.md index 59040d9..1ace7d6 100644 --- a/Install-and-Update.md +++ b/Install-and-Update.md @@ -111,7 +111,7 @@ https://github.com/wefork/wekan/issues/58_ sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv EA312927 echo "deb http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.2 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-3.2.list sudo apt update -sudo apt-get install -y mongodb-org=3.2.11 mongodb-org-server=3.2.11 mongodb-org-shell=3.2.11 mongodb-org-mongos=3.2.11 mongodb-org-tools=3.2.11 +sudo apt-get install -y mongodb-org mongodb-org-server mongodb-org-shell mongodb-org-mongos mongodb-org-tools sudo systemctl start mongod sudo systemctl enable mongod ```