标签:repos 安装配置 etc mongo 系统 clust x86_64 mes 源安装
mongodump 报错assertion: 2 { ok: 0.0, errmsg: "Auth mechanism not specified", code: 2, codeName: "BadValue", operationTime: Timestamp 1573815888000|1, $clusterTime: { clusterTime: Timestamp 1573815888000|1,
mongodump 版本较低导致的,需要卸默认yum源安装版本版本,重新安装新版本。
系统默认安装版本:2.x
需求版本(支持集群版本):4.x
/etc/yum.repos.d/mongodb-org-4.0.repo
[mongodb-org-4.0]
name=MongoDB Repository
baseurl=https://repo.mongodb.org/yum/redhat/$releasever/mongodb-org/4.0/x86_64/
gpgcheck=1
enabled=1
gpgkey=https://www.mongodb.org/static/pgp/server-4.0.asc
yum install -y mongodb-org
mongodump 报错:errmsg: "Auth mechanism not specified
标签:repos 安装配置 etc mongo 系统 clust x86_64 mes 源安装
原文地址:https://blog.51cto.com/michaelkang/2450850