Použijte mongodump, Typ:
./mongodump --db your_db_name --collection collection_name
a poté mongorestore:
./mongorestore --db=new_db_name
Přečtěte si více:mongodump a mongorestore
Použijte mongodump, Typ:
./mongodump --db your_db_name --collection collection_name
a poté mongorestore:
./mongorestore --db=new_db_name
Přečtěte si více:mongodump a mongorestore