I am using mongodb atlas where we have prod cluster and Dev cluster.
i want to copy some specific collection data from prod to dev cluster for some data validation work.
Can anyone help on this. Which feature do i need to follow.
I am using mongodb atlas where we have prod cluster and Dev cluster.
i want to copy some specific collection data from prod to dev cluster for some data validation work.
Can anyone help on this. Which feature do i need to follow.
Hey @Rojalin_Das1,
Welcome to the MongoDB Community forums!
If this process is not continuous, consider using the dump/restore method. Alternatively, if you’re using MongoDB clusters with version 6.0 or higher, you can also use mongosync
. You can find more information about mongosync documentation.
May I ask what specific type of data validation work you are looking to perform?
Best regards,
Kushagra
This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.