Answers for "mongodb restore dump to new database"

Go
0

mongo restore collections

mongorestore --port 27017 --db restoredTest /mydata/restoredata/test --drop
Posted by: Guest on September-09-2020
0

dump database mongodb in windows

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

Code answers related to "mongodb restore dump to new database"

Browse Popular Code Answers by Language