Just ran into this issue, too. After updating our dev replica set from v5 to v6 and with Feature Compatibility Version set to “5.0” the existing mongodump cron job ran fine. After switching to Feature Compatibility Version set to “6.0”, the cron job failed and reported this error. It was using an account that just had the backup default role.
After creating a custom role with the privilege “{ resource: { db: “config”, collection: “system.preimages” }, actions: [ “find” ] }” and adding the new role to the account used for backups, the cron job ran successfully.
Hello i am using mongo atlas 6.0.1 and getting same error can you please help me i tried creating the role you mentioned but it didnt allow me to do so can you please help me