Answers for "windows restore mongodb dump"

0

dump database mongodb in windows

mongodump -d your_db_name -o destination_path
Posted by: Guest on November-13-2021
0

how to restore a mongodb dump with a new name

mongorestore -d newDbName dumpdir/db1
Posted by: Guest on June-13-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language