Mongo Dump using a root user Note: Regular user may skip the --authenticationDatabase admin part mongodump --host 127.0.0.1 -u root -p password --authenticationDatabase admin --db db_name --forceTableScan;