'bson.Decimal128' 不支持的 MongoDump 索引转换错误

MongoDump index conversion error of 'bson.Decimal128' not supported

Failed: error dumping metadata: error converting index (<nil>): conversion of BSON value '2' of type 'bson.Decimal128' not supported

知道为什么会弹出此错误吗?我在远程服务器和本地机器上使用 mongo 的最新版本 (3.4)。

我发现了我的错误。版本兼容性问题。通过 运行 mongodump --version.

检查

原来执行 apt install mongodb 并没有安装最新版本。确保卸载并删除 mongo 工具并更新到最新版本。