How can I migrate one DB from one cluster to another cluster and these two cluster are in different project

Hi, I want to migrate one DB from one cluster to another cluster and these two cluster are in different project. I know that I can use mongodump to dump DB data and use mongorestore to restore data in another cluster. Do you have a more easily way to migrate DB data? Thanks

You can use MongoDB Atlas Live Migration service or you can self-run the mongosync utility which it uses. Another option: you can restore a backup from a cluster in one project to another (but this would be from a point in time in the past, so not appropriate for a consistent migration if your database is receiving write load)

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.