-
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
atsansone
left a comment
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
| 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.
| 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
|
|
||
| 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