Mongodb sharded cluster backup

40 Views Asked by At

I have a sharded mongodb database cluster. I am using mongodump utility to take the backup.

mongodump --host <host> --port 27017 --db <db_name>  --authenticationDatabase admin -u <username> -p <password> --out ouput

Will I be able to take the backup of the entire database by running the above command against my mongodb router?

Tried running the above command.

0

There are 0 best solutions below