From 70899ce9754b298cdab1e1829127231d47bdc811 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 9 Aug 2017 15:38:05 +0300 Subject: [PATCH] Updated Platforms (markdown) --- Platforms.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Platforms.md b/Platforms.md index 5021c70..67b8bdb 100644 --- a/Platforms.md +++ b/Platforms.md @@ -1,7 +1,10 @@ # Requirements -Wekan requires MongoDB 3.2.x . There is known bug in MongoDB 3.4.x that Wekan crashes when uploading attachment. -For other requirements see [VirtualBox scripts](https://github.com/wekan/wekan-maintainer/tree/master/virtualbox) or [Dockerfile](https://github.com/wekan/wekan/blob/devel/Dockerfile). +Wekan requires MongoDB 3.2.x . For other requirements and versions see [VirtualBox scripts](https://github.com/wekan/wekan-maintainer/tree/master/virtualbox) or [Dockerfile](https://github.com/wekan/wekan/blob/devel/Dockerfile). + +Known bugs with other versions: +- Node 6.x: 100% CPU usage. +- MongoDB 3.4.x: Wekan crashes when uploading attachment. # Updated often