Använd mongodump, Typ:
./mongodump --db your_db_name --collection collection_name
och sedan mongorestore:
./mongorestore --db=new_db_name
Läs mer:mongodump och mongorestore
Använd mongodump, Typ:
./mongodump --db your_db_name --collection collection_name
och sedan mongorestore:
./mongorestore --db=new_db_name
Läs mer:mongodump och mongorestore