Gebruik mongodump, Type:
./mongodump --db your_db_name --collection collection_name
en dan mongorestore:
./mongorestore --db=new_db_name
Lees meer:mongodump en mongorestore
Gebruik mongodump, Type:
./mongodump --db your_db_name --collection collection_name
en dan mongorestore:
./mongorestore --db=new_db_name
Lees meer:mongodump en mongorestore