mongoexport error: Failed: Failed to parse + Unrecognized field 'snapshot
This usually happens due to different versions of mongodump vs your mongoDB server.
But adding --forceTableScan
switch can solve the problem
mongodump --forceTableScan -d database_name