I have one mongoDB collection in a cluster and I need to move it to another cluster. I want to migrate data in a controlled manner and don't want to use mongodump/mongorestore. The collection contains around 4 million documents.
I have one mongoDB collection in a cluster and I need to move it to another cluster. I want to migrate data in a controlled manner and don't want to use mongodump/mongorestore. The collection contains around 4 million documents.