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

'hasOwnProperty' in javascript -

c# - Update a combobox from a presenter (MVP) -

android - Unable to generate FCM token from dynamically instantiated Firebase -