If I have multiple databases, it would be nice to be able to dump them all at once by specifying multiple -d options, e.g.,
mongodump -d dba -d dbb
The same also applies to the -c option:
mongodump -d dba -c ca1 -c ca2 -d dbb -c cb2 -c cb3
- duplicates
-
TOOLS-1234 mongorestore namespace renaming support
- Closed
- is duplicated by
-
SERVER-42730 When to support mongodump multiple collections?
- Closed
- is related to
-
TOOLS-646 mongodump with --oplog option and included/excluded databases
- Accepted