-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: 2.4.6
-
Component/s: None
-
None
-
Linux
-
The mongodump tool stops when it encounters a collection for which it doesn't have permissions.
If a database has a large number of collections, the administrator may erroneously assume that the dump was successful based on the fact that "most" of the collections were backed up, especially if the dump is run in a cron context.
Mongodump should backup every collection that it has permissions for. (Failing completely without backing anything up would also be preferable to backing up a random subset of collections)
- duplicates
-
TOOLS-134 Mongodump and mongoexport should skip collections they don't have read access to
- Closed