Hi all,

I have scenario where I need to clone data from one cluster (clusterA) to another (existing one, clusterB). At the same time I will clone clusterB to clusterBCopy.
The source cluster need to be running during whole process, and once cluster clone is finished, I want to migrate all users, roles, user permissions to from clusterBCopy to clusterB.

I think that the best approach would be to use Backup - Restore described here Back Up, Restore, and Archive Data - MongoDB Atlas - MongoDB Docs , however I have a few questions:

  1. Will users/permissions to collections restored?
  2. If answer to above is yes - then is there a way to migrate users, roles, permissions to collections between clusters?

Thanks a lot.