Skip to content

(DOCS-11766): Add note on system updates for Windows. #3344

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 15, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 13 additions & 4 deletions source/tutorial/install-mongodb-on-windows.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,19 @@ 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
<http://support.microsoft.com/kb/2731284>`_.
.. important::

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 <https://support.microsoft.com/en-us/help/2999226/update-for-universal-c-runtime-in-windows>`__
to provide Universal C Runtime support for Windows.

- Windows Server 2008 R2 and Windows 7 need
`KB2731284 <http://support.microsoft.com/kb/2731284>`__ to resolve
an issue with memory mapped files on Windows.

Get MongoDB Community Edition
-----------------------------
Expand Down