mongodump
から最初の文字列が出力されるため 「dbレベルのロックが有効になっています:0」
これを行う必要があります
tail -n+2 dump.bson > dump_fix.bson mongorestore -h localhost -d mydb dump_fix.bson
mongodump
から最初の文字列が出力されるため 「dbレベルのロックが有効になっています:0」
これを行う必要があります
tail -n+2 dump.bson > dump_fix.bson mongorestore -h localhost -d mydb dump_fix.bson