我想要完全摆脱集群,以便将单个主机群转换为多个主机群,但我无法从我的主主机群组中清除出innodb集群集!
我怎么发动汽车呢?
我得到了以下错误:
ERROR: Cannot remove the PRIMARY Cluster of the ClusterSet.
ClusterSet.removeCluster: The Cluster 'SIMIN' is the PRIMARY Cluster of the ClusterSet. (MYSQLSH 51608)
发布于 2022-09-11 10:59:42
不能使用此命令删除InnoDB ClusterSet中的主群集。如果确实需要删除主群集,则必须首先执行受控切换(参见第8.7节,“InnoDB ClusterSet控制切换”)或紧急故障转移(参见第8.8节,“InnoDB ClusterSet紧急故障转移”),将主群集降级为副本群集,并将其中一个副本群集提升为主群集。之后,可以使用此过程删除前主群集。
已删除的InnoDB群集不能添加到InnoDB ClusterSet部署中。如果要在部署中再次使用服务器实例,则需要使用它们设置新群集。
https://dba.stackexchange.com/questions/316760
复制相似问题