-
Type: New Feature
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: mongoimport, mongorestore
-
None
-
Completed
--w will be deprecated in favor of --writeConcern. As per TOOLS-306, this flag now accepts any number of write concern options. The possible short form -w should not be supported to avoid cognitive dissonance e.g.
-w '{w:3, j:true}'
Instead,
--writeConcern '{w:3, j:true}'
is clearer.
- related to
-
TOOLS-306 mongoimport/mongorestore should support write concern
- Closed