MongoDB:导入导出
MongoDB的数据导入导出操作:
mongoexport -d jian-mmdb -c posts -o jian.db.json --type json
scp -i ~/.ssh/xx.pem jian-db.json ec2-user@xx.com:/home/ec2-user/jian.json
mongoimport -d jian-mmdb -c posts --file jian.json --type json
欢迎来到Riguz的小站!这是一个私人wiki,用来记录一些我的笔记。
MongoDB的数据导入导出操作:
mongoexport -d jian-mmdb -c posts -o jian.db.json --type json
scp -i ~/.ssh/xx.pem jian-db.json ec2-user@xx.com:/home/ec2-user/jian.json
mongoimport -d jian-mmdb -c posts --file jian.json --type json