-
Notifications
You must be signed in to change notification settings - Fork 1.7k
DOCS-14821 Adding metadata flag context to validate() #6067
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
DOCS-14821 Adding metadata flag context to validate() #6067
Conversation
|
|
||
| .. seealso:: :option:`--repair <mongod --repair>` option for | ||
| :binary:`~bin.mongod` | ||
| .. seealso:: |
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.
FYI : This was a fix for a see also directive that was showing empty on the page. Cleaned up with this effort.
| db.runCommand( { collMod: <collectionName> } ) | ||
| .. versionadded:: 5.0 No newline at end of file |
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.
Hey @ianf-mongodb , this looks like it's only available in 5.0.4. I think we need to be explicit about that, otherwise users running 5.0.3 might expect this feature.
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.
Updated to ".. versionadded:: 5.0.4"
source/release-notes/5.0.txt
Outdated
| helper method also return a new :data:`~validate.repaired` boolean value | ||
| that is ``true`` if the collection was repaired. | ||
|
|
||
| Metadata Option Added for ``validate`` Command |
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.
Since this isn't applicable to all minor versions of 5.0 (it's 5.0.4+), we should put this in the 5.1 release notes and say:
"Starting in MongoDB 5.1 (and MongoDB 5.0.4), ..."
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.
Updated and moved to 5.1 notes
4117276 to
553848c
Compare
553848c to
eba1f35
Compare
#6067) * DOCSP-16072 doc for new Search Sequential Pagination attribute (#5833) * DOCSP-16072 doc for new Search Sequential Pagination attribute * Update source/includes/fact-meta-syntax.rst Co-authored-by: Jeff Allen <[email protected]> * DOCSP-16072 fix for broken link --------- Co-authored-by: Jeff Allen <[email protected]> * DOCSP-36042 add minor version * Update source/includes/fact-meta-syntax.rst Co-authored-by: Jeff Allen <[email protected]> --------- Co-authored-by: Jeff Allen <[email protected]>
No description provided.