【发布时间】:2016-02-12 11:30:37
【问题描述】:
我正在尝试将我的 mongo 从 2.6 升级到 3.0。当我尝试升级 mongos 时,出现错误:
error upgrading config database to v6 :: caused by :: balancer must be stopped for config upgrade
由于我的 mongos 已经关闭,我尝试从配置服务器停止平衡器,但出现以下错误:
Error: not connected to a mongos :
是否有解决方法来停止平衡器并升级 mongos?
【问题讨论】:
-
db.locks.find( { _id : "balancer" } ).pretty() 检查余额块状态。
标签: mongodb database-administration