Answers for "how to access mongodb dump files locally"

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 access mongodb dump files locally"

Browse Popular Code Answers by Language