MongoDB:导入导出

来自WHY42
imported>Riguz2018年8月14日 (二) 06:41的版本

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