Use the following commands:
I can only find copy and drop commands for doing this. Please comment here if you find a single command to do this.
> db.copyDatabase('old_db_name', 'new_db_name');
> use old_db_name;
> db.dropDatabase();
Use the following commands:
I can only find copy and drop commands for doing this. Please comment here if you find a single command to do this.
> db.copyDatabase('old_db_name', 'new_db_name');
> use old_db_name;
> db.dropDatabase();