-
Notifications
You must be signed in to change notification settings - Fork 1.7k
DCoupal patch - 3.6 install windows #3181
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
DCoupal patch - 3.6 install windows #3181
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Daniel,
A short note on this change. I was doing MongoDB Windows installs this week.
T
@@ -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 |
There was a problem hiding this comment.
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.
@@ -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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See Line 31
@@ -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\``. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Again, 3.6.0
.
Tony, you are welcome to discard this request if you are doing more work on the topic. |
@dcoupal : Per our discussion, disregard. I will update the command line install to use |
* DOCSP-28712 Ubuntu Jammy Tar Install * Fixes build * Adds Jammy for Community Tar
The installation steps for 3.6 still have references to 3.4
This change is