-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: 7.0.0
-
Component/s: None
-
None
-
Server Triage
-
ALL
-
Dumping a v7.0.0 db with `mongodump` version `100.8.0` gives
```2023-08-21T09:18:15.777+0100 Failed: error creating intents to dump: error creating intents for database config: error getting collections for database `config`: (Unauthorized) not authorized on config to execute command { listCollections: 1, filter: {}, cursor: {}, lsid:
{ id: UUID("5552942c-94f3-4c0b-ac87-63c67b236814") }, $db: "config" }```
I believe this is expected as `mongodump`s [latest docs](https://www.mongodb.com/docs/database-tools/mongodump/#mongodb-server-compatibility) do not advertise support for the latest db version. Presumably this requires `mongodump` to be updated.