怎么将一个zip 包里面的数据导入到Mongodb 中啊。。。zip包里面是各种bson, json 数据。。。
From Noder
https://github.com/moajs/mmb
解压之后mongorestore --drop -d ${db_name} ${db_files_dir_path}
mongorestore --drop -d ${db_name} ${db_files_dir_path}
@SinalVee 这个db_path是指包含bson,json文件的文件夹路径么
@i5ting 不明觉厉
@hexoishexo 是的
@SinalVee 晚上试下,谢谢
@SinalVee 一直报这个错,so上也没找到解决方法,[thread1] SyntaxError: missing ; before statement @(shell):1:15
mongodb导数据,复制数据什么的比较麻烦啊。
@i5ting 正在想怎么备份呢,有方向了,就是用的云主机,怕不稳定,把备份出来的数据传到其他免费云盘里。用哪个合适啊?360云盘可以吗?同步功能,火折子募更好的方式吗? From Noder
@hexoishexo 直接在命令行执行,不是在mongo shell内执行