From ff961cd6337d409cf34a5c2dab4cc2aa7d41d5e0 Mon Sep 17 00:00:00 2001 From: Anthony Sansone Date: Thu, 14 Jun 2018 22:45:45 -0500 Subject: [PATCH 1/2] (DOCS-11766): Add note on system updates for Windows. --- source/tutorial/install-mongodb-on-windows.txt | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/source/tutorial/install-mongodb-on-windows.txt b/source/tutorial/install-mongodb-on-windows.txt index 43d458ad711..fb111c8b84c 100644 --- a/source/tutorial/install-mongodb-on-windows.txt +++ b/source/tutorial/install-mongodb-on-windows.txt @@ -44,10 +44,17 @@ enter the following command in either the :guilabel:`Command Prompt` or OS Version: 10.0.17134 N/A Build 17134 System Type: x64-based PC -.. important:: If you are running any edition of Windows Server 2008 - R2 or Windows 7, please install `a hotfix to resolve an issue with - memory mapped files on Windows - `_. +.. important:: + + Before installing MongoDB, update your Windows host with the latest system updates. Updates related to MongoDB include: + + - Windows 2012 Server and Windows 10 need + `KB2999226 `__ + to provide Universal C Runtime support for Windows. + + - Windows Server 2008 R2 and Windows 7 need + `KB2731284 `__ to resolve + an issue with memory mapped files on Windows. Get MongoDB Community Edition ----------------------------- From 570d70aded0b27192f4dada2678d3ea5b0777bb2 Mon Sep 17 00:00:00 2001 From: Anthony Sansone Date: Fri, 15 Jun 2018 13:20:55 -0500 Subject: [PATCH 2/2] Updated per @rkumar-mongo review. --- source/tutorial/install-mongodb-on-windows.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/tutorial/install-mongodb-on-windows.txt b/source/tutorial/install-mongodb-on-windows.txt index fb111c8b84c..84c42bf9d8e 100644 --- a/source/tutorial/install-mongodb-on-windows.txt +++ b/source/tutorial/install-mongodb-on-windows.txt @@ -46,7 +46,9 @@ enter the following command in either the :guilabel:`Command Prompt` or .. important:: - Before installing MongoDB, update your Windows host with the latest system updates. Updates related to MongoDB include: + Before installing MongoDB, update your Windows host with the latest + system updates. At minimum, ensure the following Windows updates + are installed on the host: - Windows 2012 Server and Windows 10 need `KB2999226 `__