-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: Legacy C++ Implementation
-
Component/s: mongorestore
-
None
in 2.0 branch (potentially 2.1 and above as well), running a mongorestore without a -d but with a -c results in:
assertion: 13106 nextSafe():
{ $err: "assertion s/config.h:120", code: 0 }
The error should instead be something related to the need to specify a database if a collection is specified.