Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ action:
option to specify the previously created configuration file.
language: powershell
code: |
"C:\Program Files\MongoDB\Server\3.4\bin\mongod.exe" --config "C:\Program Files\MongoDB\Server\3.4\mongod.cfg" --install
"C:\Program Files\MongoDB\Server\3.6\bin\mongod.exe" --config "C:\Program Files\MongoDB\Server\3.6\mongod.cfg" --install
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's actually 3.6.0 now.

post: |
To use an alternate :setting:`dbpath`, specify the path in the
configuration file (e.g. ``C:\mongodb\mongod.cfg``) or
Expand Down Expand Up @@ -90,5 +90,5 @@ action:
To remove the MongoDB service use the following command:
language: powershell
code: |
"C:\Program Files\MongoDB\Server\3.4\bin\mongod.exe" --remove
"C:\Program Files\MongoDB\Server\3.6\bin\mongod.exe" --remove
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See Line 31

...
2 changes: 1 addition & 1 deletion source/tutorial/install-mongodb-on-windows.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ You can set up the MongoDB server as a :guilabel:`Windows Service` that
starts automatically at boot time.

The following procedure assumes you have installed MongoDB Community using the
``.msi`` installer with the path ``C:\Program Files\MongoDB\Server\3.4\``.
``.msi`` installer with the path ``C:\Program Files\MongoDB\Server\3.6\``.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Again, 3.6.0.


If you have installed in an alternative directory, you will need to
adjust the paths as appropriate.
Expand Down