Skip to content

Commit c700d30

Browse files
author
Anthony Sansone
committed
Updated per @markbenvenuto review.
1 parent 795c15f commit c700d30

File tree

5 files changed

+6
-18
lines changed

5 files changed

+6
-18
lines changed

source/includes/fact-install-windows-prereq.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ Install all Windows Updates
5252

5353
The Windows installer (``.msi``) file includes all other
5454
software dependencies and automatically upgrades any previous version
55-
of MongoDB that was installed using an ``.msi`` file.
55+
of MongoDB in the :ref:`same release series <release-version-numbers>`
56+
(3.4.1 to 3.4.2) that was installed using an ``.msi`` file. Upgrading
57+
a full release series (3.4 to 3.6) requires a new installation.
5658

5759
Security
5860
~~~~~~~~

source/includes/fact-install-windows.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,4 @@
1717
This tutorial assumes that you installed MongoDB
1818
in ``C:\Program Files\MongoDB\Server\{+version+}\``.
1919

20-
During the installation process you will be given the option to
21-
install :ref:`MongoDB Compass <compass-index>` after installing
22-
MongoDB Server. Clear the checkbox for this option. At this time,
23-
there is an installation error that occurs when installing Compass
24-
using the MongoDB Server installer.
2520

source/includes/release-base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ref: _install-windows-ent-nocompass
3333
copyable: true
3434
language: bat
3535
code: |
36-
msiexec.exe /q /i mongodb-win32-x86_64-2008plus-ssl-{{version}}-signed.msi ^
36+
msiexec.exe /q /i mongodb-win32-x86_64-enterprise-windows-64-{{version}}-signed.msi ^
3737
SHOULD_INSTALL_COMPASS="0"
3838
---
3939
ref: _install-windows-custom-location

source/includes/steps-install-mongodb-on-windows-interactive.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,4 @@ content: |
4040
specify an installation directory. MongoDB has no other system
4141
dependencies. You can install and run MongoDB from any directory.
4242
43-
.. note::
44-
45-
During the installation process you will be given the option to
46-
install :ref:`MongoDB Compass <compass-index>` after installing
47-
MongoDB Server. Clear the checkbox for this option. At this
48-
time, there is an installation error that occurs when installing
49-
Compass using the MongoDB Server installer.
50-
5143
...

source/includes/steps-run-mongodb-on-windows.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,10 @@ content: |
3232
3333
.. code-block:: bat
3434
35-
"C:\Program Files\MongoDB\Server\{+version+}\bin\mongod.exe" --dbpath="c:\data\db" --logpath c:\data\log\mongod.log
35+
"C:\Program Files\MongoDB\Server\{+version+}\bin\mongod.exe" --dbpath="c:\data\db"
3636
3737
The :option:`--dbpath <mongod --dbpath>` option points to your
38-
database directory. The :option:`--logpath <mongod --logpath>`
39-
points to your database log file.
38+
database directory.
4039
4140
.. note::
4241

0 commit comments

Comments
 (0)