-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Administrative Commands, API, Command & Dispatch, Documentation
I'm not sure but it seems that there is no actual way to rename a collection nor run an admin command.
`db.getCollection('my-col').renameCollection("my-col-renamed")`
or
`db.adminCommand(
)`
I can't find any `RunAdminCommand` in the Go-Driver code.
Can someone confirm that this feature is not available yet ?