diff --git a/source/includes/steps-configure-windows-service-for-mongodb.yaml b/source/includes/steps-configure-windows-service-for-mongodb.yaml index f8d19df286e..761d59f348b 100644 --- a/source/includes/steps-configure-windows-service-for-mongodb.yaml +++ b/source/includes/steps-configure-windows-service-for-mongodb.yaml @@ -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 post: | To use an alternate :setting:`dbpath`, specify the path in the configuration file (e.g. ``C:\mongodb\mongod.cfg``) or @@ -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 ... diff --git a/source/tutorial/install-mongodb-on-windows.txt b/source/tutorial/install-mongodb-on-windows.txt index 685eef22cad..1bf22c948fa 100644 --- a/source/tutorial/install-mongodb-on-windows.txt +++ b/source/tutorial/install-mongodb-on-windows.txt @@ -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\``. If you have installed in an alternative directory, you will need to adjust the paths as appropriate.