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 - Knockout pushing observable and computed data to an observable array -

'hasOwnProperty' in javascript -

sitecore - Resolve ISitecoreService using SimpleInjector -