From 3cc0f293cc7951aae297cf9f47235b38904fc317 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sun, 12 Mar 2017 19:53:21 +0200 Subject: [PATCH] Newest 3.2.x is ok --- Install-and-Update.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Install-and-Update.md b/Install-and-Update.md index 1ace7d6..8f7229f 100644 --- a/Install-and-Update.md +++ b/Install-and-Update.md @@ -103,7 +103,7 @@ If you haven't already, you need to install Node.js, given that we need node ver ### Install MongoDB -_Note: Installing MongoDB version 3.2.11. This is because 3.4.1 released 2016-12-20 broke something so uploading images did not work, see: +_Note: Installing MongoDB version 3.2.x. This is because 3.4.1 released 2016-12-20 broke something so uploading images did not work, see: https://github.com/wefork/wekan/issues/58_ ```bash @@ -270,7 +270,7 @@ Checkout instructions for setup with [[Caddy Webserver Config]] and [[Nginx Webs If you installed Wekan via Docker, you'll have one Docker container for the database and one container for the application. You'll need to stop the old application container, replace it by the new one and start it again. -If you have newer Mongo version, you need to backup your MongoDB data (as shown here: [[Export Mongo Data|Export-Docker-Mongo-Data]]) and use similar commands as below to replace your Mongo container with version 3.2.11, and then restore data. +If you have newer Mongo version, you need to backup your MongoDB data (as shown here: [[Export Mongo Data|Export-Docker-Mongo-Data]]) and use similar commands as below to replace your Mongo container with version 3.2.x, and then restore data. See running containers: ```sh