Skip to content

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

Merged
merged 3 commits into from
Dec 27, 2017

Conversation

dcoupal
Copy link
Contributor

@dcoupal dcoupal commented Dec 22, 2017

The installation steps for 3.6 still have references to 3.4


This change is Reviewable

@dcoupal dcoupal changed the title DCoupal patch 3.6 install windows DCoupal patch - 3.6 install windows Dec 22, 2017
Copy link
Contributor

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

@@ -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

@@ -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.

@dcoupal
Copy link
Contributor Author

dcoupal commented Dec 22, 2017

Tony,

you are welcome to discard this request if you are doing more work on the topic.
However, note that I installed 3.6.0 with the MSI on my Windows machine this morning, and the default directory was ""C:\Program Files\MongoDB\Server\3.6", not "3.6.0".

@atsansone
Copy link
Contributor

@dcoupal : Per our discussion, disregard. I will update the command line install to use 3.6 to match the automated install.

@kay-kim kay-kim merged commit 10e1ab7 into mongodb:master Dec 27, 2017
mongo-cr-bot pushed a commit that referenced this pull request May 19, 2023
* DOCSP-28712 Ubuntu Jammy Tar Install

* Fixes build

* Adds Jammy for Community Tar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants