As a DBA I want to be alerted when a backup failed or if lastest one is older than X amount of time so that I can take immediate actions to remediate it.
How to test
None
How to document
None
Smart Checklist
Activity
Show:
Max Bubenick September 24, 2021 at 11:33 AM
Edited
yes, only for scheduled backups. About `services` with no backups, I would do it by `cluster` or `environment` or something that represents that, ie you don't need a backup for each replica node. For MongoDB that would be to have a backup on each replSet.
Roma Novikov September 23, 2021 at 7:55 PM
I assume "lastest one is older than X amount " is related only for DB Services where any Backup is scheduled ... so we don't need alert on Services where user haven't set up backup at all (but we need to mark such Services as "at-risk" as they don't have backups ) )
As a DBA I want to be alerted when a backup failed or if lastest one is older than X amount of time so that I can take immediate actions to remediate it.