如果重启或部署mongodb的时候可能会去拉最新的镜像
如,现在运行4.2.7版本,部署后变成了4.4.0 版本
启动报错
[initandlisten] WiredTiger error (-31802) [1565933984:78859][31235:0x7f4ace0cad00], txn-recover: unsupported WiredTiger file version: this build only supports major/minor versions up to 1/0, and the file is version 2/0: WT_ERROR: non-specific WiredTiger error
cd /data/db //进入数据文件夹
rm -r journal
rm -r mongod.lock
rm -r WiredTiger.lock