当前位置:首页 > 数据库 > 正文

pymongo.errors.OperationFailure: This MongoDB deployment doe

2020-02-13 数据库

This MongoDB deployment does not support retryable writes. Please add retryWrites=false to your connection string.

此MongoDB部署不支持可重试写入。请将retryWrites=false添加到连接字符串中。

如下设置即可
client = MongoClient("192.168.52.131:27017", retryWrites="false")

温馨提示: 本文由Jm博客推荐,转载请保留链接: https://www.jmwww.net/SQL/15661.html