Details
-
Task
-
Resolution: Fixed
-
Major - P3
-
3.4.2
-
0.2
Description
mongorestore with --oplogReplay requires that the full dump be restored. This should be noted in the description for the --oplogReplay option. Something like:
"--oplogReplay must restore the full dump of the replica set member. You cannot use options that limit the databases and collections being restored."
Here is an example of the error you receive: (this with MongoDB 3.4.9)
mongorestore --username admin --password <redacted> --authenticationDatabase admin --oplogReplay --nsInclude foo.*
|
2017-10-25T07:15:50.253-0500 Failed: cannot use --oplogReplay with includes specified
|
Attachments
Issue Links
- related to
-
DOCS-11010 mongorestore access control docs out of date
-
- Closed
-
- links to