Reputation: 1865
I would like to export one Mongo database to another.
But when I run:
mongodump -h ds1sdf4.mlab.com:57064 -d heroku_randomkey -u myuser -p mypassword -o volumes/testdump/mongodb1
Terminal tells me: -bash: mongodump: command not found
Am I doing this all wrong?
Upvotes: 0
Views: 120