Questions tagged [mongodump]

Mongodump is a utility for creating a binary export of the contents of a database.

Consider using this utility as part of an effective backup strategy. Use mongodump in conjunction with mongorestore to restore databases.

362 questions
-1
votes
2 answers

mongodump failed connecting to monogdb after version downgrade

Since I use mongodb-clients 2.6.10 the mongodump doesn't work anymore. With the previous version 3.4.7 everything worked fine. It is a dedicated mongodb database as a service in the CF AppCloud where nothing has been changed. Unfortunately, it is…
seinol
  • 71
  • 10
-1
votes
1 answer

mongodump showing error: Error parsing command line: too many positional options

mongodump: --host hostname:port -u User -p password--authenticationDatabase admin --dbdb_name --collection collection_name –q…
Aayushi
  • 9
  • 1
  • 1
  • 5
1 2 3
24
25