mongodb - mongodump , mongorestore , mongoimport and mongoexport -


among mongodump , mongorestore , mongoimport , mongoexport 1 isn't required run against running mongod or mongos . i've refereed documentation says mongodump, mongoimport , mongoexport require running mongod or mongos there nothing mentioned mongorestore.

can this.

every command related mongodb (mongo, mongodump, mongofiles, mongooplog, mongorestore, mongosniff, mongotop, mongod, mongoexport, mongoimport, mongoperf, mongos, mongostat) requires mongod instance manipulate task.

if run theses commands without running mongod instance, got:

couldn't connect [127.0.0.1] couldn't connect server 127.0.0.1:27017 

Comments

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -