次のコマンドでmongodbダンプを作成しました:
mongodump /host:%MONGODB_HOST% /authenticationDatabase:admin /username:username /password:password /oplog
その後、次のコマンドでダンプを復元しようとしています:
mongorestore /noIndexRestore /oplogReplay /numParallelCollections:1 dump
すべてのデータベースを復元し、oplog の再生に失敗します。
失敗: 復元エラー: oplog の適用中にエラーが発生しました: applyOps: EOF
ローカル mongoDB バージョン: 3.0.2 (Windows 7)
リモート mongoDB バージョン: 2.6.7 (Windows 8)