Create AppDB user with backup role to allow execution of mongodump
For the purpose of regularly performing backups of the AppDB using mongodump --oplog.
4
votes

-
Joel commented
Permissions should include allowing mongodump --oplog the entire ReplicaSet (e.g. admin DB) and execute db.fsyncLock() in order to perform filesystem level backups.