Answers for "how to mongostore dump file to new mongodb atlas"

1

how to import mongodb dump database

mongorestore -h host.com:port -d dbname_test -u username -p password dump/dbname/
Posted by: Guest on December-01-2021

Code answers related to "how to mongostore dump file to new mongodb atlas"

Browse Popular Code Answers by Language