-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Remove incorrect instruction to run 'yum update' #213
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yum update installs available updates for all packages on the system (not what we intend to advise here). In reference to the comment 'add instructions for yum update' removed in 5038c71: this step is not necessary for yum, which will pull from the available repositories during the next step (yum install).
mongo-cr-bot
pushed a commit
that referenced
this pull request
Jan 4, 2022
* DOCSP-20166 fix write concern error v5.2 (#183) * DOCSP-20166 Fix write-concern build erro * 2d attempt * Fake * Undo fake * fake commit * DOCSP-20166 BACKPORT
mongodb-server-docs-sync-bot bot
pushed a commit
that referenced
this pull request
May 22, 2025
* empty commit * DOCSP-34133 adding read preference info to atlas page * DOCSP-34133 adding read preference info * DOCSP-34133 adding read preference info * DOCSP-34133 adding read preference info * DOCSP-34133 adding read preference info * DOCSP-34133 adding read preference info * DOCSP-34133 copy edits
mongodb-server-docs-sync-bot bot
pushed a commit
that referenced
this pull request
May 22, 2025
…219) * empty commit * DOCSP-34133 adding read preference info to atlas page * DOCSP-34133 adding read preference info * DOCSP-34133 adding read preference info * DOCSP-34133 adding read preference info * DOCSP-34133 adding read preference info * DOCSP-34133 adding read preference info * DOCSP-34133 copy edits
mongodb-server-docs-sync-bot bot
pushed a commit
that referenced
this pull request
Jun 2, 2025
* DOCSP-22993 add Free Monitoring section to index * update codeblock * update version added * kabob * Rebuilding * CR feedback 1 * updates * link text * add sentence of context for service
mongodb-server-docs-sync-bot bot
pushed a commit
that referenced
this pull request
Jun 6, 2025
* DOCSP-47270-remove-deprecated-appx-link * remove unnecessary parts
mongodb-server-docs-sync-bot bot
pushed a commit
that referenced
this pull request
Jun 16, 2025
#213) * (DOCSP-11716)(DOCSP-11722)(DOCSP-11715)(DOCSP-11714)(DOCSP-11692): atlas privateEndpoint * (DOCSP-11716)(DOCSP-11722)(DOCSP-11715)(DOCSP-11714)(DOCSP-11692): tiny fix * (DOCSP-11716)(DOCSP-11722)(DOCSP-11715)(DOCSP-11714)(DOCSP-11692): consistency fixes * (DOCSP-11716)(DOCSP-11722)(DOCSP-11715)(DOCSP-11714)(DOCSP-11692): one more consistency fix
mongodb-server-docs-sync-bot bot
pushed a commit
that referenced
this pull request
Jun 26, 2025
* (DOCSP-9368): K8s Operator 1.4.4 release notes * Copy review
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
yum update installs available updates for all packages on the
system (not what we intend to advise here). In reference to the
comment 'add instructions for yum update' removed in 5038c71:
this step is not necessary for yum, which will pull from the
available repositories during the next step (yum install).