Mongorestore无法从URI恢复数据

时间:2019-05-27 03:23:54

标签: mongodb terminal mongodump mongorestore

最近我被要求还原一个MongoDB数据库,但是我得到的只是以下URI mongodb:// localhost:27017 / testdb

我先运行mongod,然后在/ usr / local / mongodb / bin文件夹中运行以下命令:

mongorestore --uri "mongodb://localhost:27017/testdb"

运行此命令后,我得到以下输出:

2019-05-26T23:00:27.148-0400    using default 'dump' directory
2019-05-26T23:00:27.149-0400    preparing collections to restore from
2019-05-26T23:00:27.150-0400    done

但是,似乎什么也没发生。这是我第一次这样做,我不知道发生了什么。如果有人能告诉我我在做什么错,我将非常感激。谢谢!

1 个答案:

答案 0 :(得分:2)

rm -rf ~/.cocoapods/repos/trunk/

例如: mongorestore --uri mongodb://localhost:27017/dbName --db YOUR_DB_NAME YOUR_TARGET_FOLDER/YOUR_DB_NAME