Unable to restore db in CosmosDb for Mongo using mongorestore due to unique indexes
I use Azure CosmosDb for Mongo (RU-based) and I want to be able to periodically dumb one db and restore it into another account. I am using mongodump
+ mongorestore
.