mongorestore错误:断言:4缺少预期字段“ currentVersion”

时间:2018-12-26 13:56:49

标签: node.js mongodb mongoose dump mongorestore

在移动服务器的过程中,使用mongorestore时遇到此错误:

if ($_SERVER['APP_DEBUG']) {
umask(0000);

Debug::enable();

是什么意思?从转储目录还原该怎么办?

我使用的命令是:

assertion: 4 Missing expected field "currentVersion"

1 个答案:

答案 0 :(得分:0)

问题在于新服务器使用了过时的MongoDB-版本2.6。

安装时,我只是从默认存储库中检索到它。

由于我的服务器是32位的,因此在安装最新版本时遇到了一些问题,这迫使我迁移到64位的计算机上。