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 -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -