如何将外部集合添加到MongoDB中的现有数据库

时间:2019-03-15 10:02:37

标签: mongodb nosql bson

我想将现有的 .bson 文件添加到我在MongoDB中创建的数据库中。我尝试使用 db.collection.copyto()db.cloneCollection(),但没有运气。

如果有人可以帮助任何特定的方法或其他方法来做到这一点。 PS:我是MongoDB的新手。

1 个答案:

答案 0 :(得分:2)

您可以使用mongorestore

mongorestore --database dbName --collection collectionName /path/file.bson