Details
-
Bug
-
Resolution: Won't Fix
-
Major - P3
-
None
-
None
-
None
-
ALL
Description
In order for the new mongorestore to work with --dbpath and user/role restoration, it needs access to the _mergeAuthzCollections command, which is not available in the default shim authorization manager.
See
https://github.com/mongodb/mongo/blob/master/src/mongo/tools/restore.cpp#L63
for the equivalent code in legacy mongorestore