Cannot use commands write mode error, Degrading to compatibility mode

旧街凉风 提交于 2019-12-03 23:55:15

You are using a shell that's newer than the server it's communicating with.

You can check the server version from the shell via db.version() - to check shell version you use version()

Starting with 2.6 the mongod server started using new write commands which are different than the previously use insert/update/remove op code (this is all described in the MongoDB Wire Protocol).

This is a harmless "informational" warning. It's a good idea to use the same version shell as the server to avoid wondering about such things though.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!