当前位置:   article > 正文

【无标题】_将student导入到mytest

将student导入到mytest

第二关 数据恢复

将 /opt/mongodb 目录下的数据恢复到 MongoDB 中;

mongorestore -h 127.0.0.1:27017 /opt/mongodb

将 /opt/mongodb_1 目录下的数据恢复到 mytest1 数据库中;

mongorestore -h 127.0.0.1:27017 -d mytest1 --drop /opt/mongodb_1/test1/

将 /opt/collection_1 目录下的数据恢复到 mytest2 数据库的 person 集合中;

mongorestore -h 127.0.0.1:27017 -d mytest2 -c person --drop /opt/collection_1/test1/person.bson

将 /opt/collection_2 目录下的数据恢复到 mytest3 数据库的 student 集合中,并删除之前备份的表;

mongorestore -h 127.0.0.1:27017 -d mytest3 --drop -c student --gzip /opt/collection_2/test2/student.bson.gz

将 /opt/mongodb_2 目录下的数据恢复到 mytest4 的数据库中,并删除之前的备份的数据库。

mongorestore -h 127.0.0.1:27017 -d mytest4 --drop -c student --gzip /opt/mongodb_2/test2/student.bson.gz
加粗样式

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/盐析白兔/article/detail/505618
推荐阅读
相关标签
  

闽ICP备14008679号