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 -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

java - How to implement an entity bound odata action in olingo v4.3 -