我正在尝试遵循此页面上的示例:https://docs.mongodb.com/mongocli/master/reference/atlas/cluster-pause#example
我首先使用用户密码等启动外壳程序,并且将其用于其他用途,因此我知道该部分正在工作。打开外壳后,如何暂停/恢复?
第2部分-如果CPU是100%,暂停/恢复是否可以有效地执行我所说的与其他数据库服务器的“重新启动”?
我尝试了以下操作:
MongoDB server version: 4.2.10
WARNING: shell and server versions do not match
MongoDB Enterprise atlas-10ydpn-shard-0:PRIMARY> atlas cluster pause tdCluster0
uncaught exception: SyntaxError: unexpected token: identifier :
@(shell):1:6
MongoDB Enterprise atlas-10ydpn-shard-0:PRIMARY> cluster pause tdCluster0
uncaught exception: SyntaxError: unexpected token: identifier :
@(shell):1:8
MongoDB Enterprise atlas-10ydpn-shard-0:PRIMARY>