From fa905cd28d48107ef78ad0d5ce1657658404b4bc Mon Sep 17 00:00:00 2001 From: Daniel Coupal Date: Fri, 22 Dec 2017 07:06:50 -0800 Subject: [PATCH 1/3] Update steps-configure-windows-service-for-mongodb.yaml --- .../includes/steps-configure-windows-service-for-mongodb.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/includes/steps-configure-windows-service-for-mongodb.yaml b/source/includes/steps-configure-windows-service-for-mongodb.yaml index f8d19df286e..da8484058ed 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 From 2c1eaf37db37891b9ff5cdcbf87f639fefc7923c Mon Sep 17 00:00:00 2001 From: Daniel Coupal Date: Fri, 22 Dec 2017 07:10:15 -0800 Subject: [PATCH 2/3] Update steps-configure-windows-service-for-mongodb.yaml --- .../includes/steps-configure-windows-service-for-mongodb.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/includes/steps-configure-windows-service-for-mongodb.yaml b/source/includes/steps-configure-windows-service-for-mongodb.yaml index da8484058ed..761d59f348b 100644 --- a/source/includes/steps-configure-windows-service-for-mongodb.yaml +++ b/source/includes/steps-configure-windows-service-for-mongodb.yaml @@ -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 ... From 6db6a049c34be1af61eb6cb4440a31288736c34b Mon Sep 17 00:00:00 2001 From: Daniel Coupal Date: Fri, 22 Dec 2017 07:16:48 -0800 Subject: [PATCH 3/3] Update install-mongodb-on-windows.txt --- source/tutorial/install-mongodb-on-windows.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.