mongodb 数据迁移

1. 数据导出

mongoimport --host ip --port 3717 --db spider_nj --collection cityareas cityare.json -u username -p password --authenticationDatabase admin

2. 数据导入

mongoexport -d spider_nj -h192.168.1.56:27017 -c cityarea -o cityare.json --authenticationDatabase admin

你可能感兴趣的:(mongodb 数据迁移)