Migrate MongoDB collection from one cluster to another MongoDB cluster

Viewed 15

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.

0 Answers
Related