Unsupported MongoDB commands

Some mongoDB commands are currently not supported. These include:

  • Commands for managing database roles.
  • Commands relating to sharding or replica set management.
  • MongoDB 4.0 transaction and session management commands.
  • diagnostic commands such as serverStatus, the database profiler and explain
  • upsert operations are currently not supported.

What’s Next