I have the following backup configuration set up for three databases (extract from database record document for one of the databases):
"PeriodicBackups": [
{
"TaskId": 231,
"Disabled": false,
"Name": "data-full-backup",
"MentorNode": "A",
"BackupType": "Backup",
"FullBackupFrequency": "5 1 * * Sat",
"IncrementalBackupFrequency": "10 1,13 * * *",
"LocalSettings": {
"FolderPath": "F:\\data-full-backup",
"Disabled": false
},
"S3Settings": {
"Disabled": true
},
"GlacierSettings": {
"Disabled": true
},
"AzureSettings": {
"Disabled": true
},
"FtpSettings": {
"Disabled": true
}
}
],
However, the backup didn't run in the past 2 weeks (screenshot from node A):
When I trigger the backup manually (clicking on "Backup now"), the backup works correctly. I ran it on one of the three databases and it is completed.
How could I investigate what caused this outage and possibly prevent it from happening in the future? I still have two databases in this state for potential investigation. One of them is very small (only 24 documents), one is larger (32M documents).
Also, showing some kind of indication of backup not having run in the past X days on the dashboard would be useful. In this case, this information is shown only on Databases screen which I don't use often. I noticed this only by checking the disk on the server and noticing no recent backup folders (which is also something I don't do often).
This is on 4.2.0-nightly-20190213-0602.