将M0集群指向同地域同账号的现有M10集群

Point M0 cluster to existing M10 cluster that is in the same region and account

我的 MongoDB Atlas 帐户中有两个集群,一个是 M0,处于免费层级。另一个是 M10,位于专用集群层。这两个集群位于同一区域 AWS / 法兰克福 (eu-central-1)。需要的是,我必须升级我的 M0 集群以增加连接和数据存储。但是我没有升级集群,而是希望它指向我帐户中已有的 M10 集群。有没有办法通过 MongoDB Atlas 做到这一点?或者我必须升级集群?

不升级同一个集群 (M0) 的原因是,当我尝试升级它时,出现警告说

Note: Upgrading your cluster to a dedicated tier is irreversible. You can make other cluster changes at any time.

而且我不想拥有两个专用集群,因为这会增加成本。

我在 Mongodb 论坛上发布了同样的问题,这里是来自 Mongodb 的相关人员的更新:

  1. 现在无法指向集群,我必须根据需要将 M0 集群升级到 M2、M5 或 M10(我选择了 M10 集群,因为想要专用集群)

  2. 如果我启动一个新的 M10 集群,将需要迁移数据,为此可以使用 mongodumpmongorestore

这是论坛的 link: Point M0 cluster to existing M10 cluster that is in the same region and account