mongodumpを使用し、次のように入力します:
./mongodump --db your_db_name --collection collection_name
次にmongorestore:
./mongorestore --db=new_db_name
続きを読む: mongodump
および
mongodumpを使用し、次のように入力します:
./mongodump --db your_db_name --collection collection_name
次にmongorestore:
./mongorestore --db=new_db_name
続きを読む: mongodump
および