I migrated MongoDB from 3.2 to 5.0.2 step b step. I am trying to take mongodump.
For this I used the following command:
mongodump --db testdb --authenticationDatabase admin --username test123 --password pwd123 --out /var/backups/mongobackups/`date +"%m-%d-%y"`
I am getting the following error.
Failed: error dumping metadata: (Location5254501) Could not parse catalog entry while replying to listIndexes
Please help us on this to resolve.