Sample Header Ad - 728x90

dbatools, DbcCheck LastBackup

1 vote
2 answers
325 views
Last week I started testing dbccheck on my test system. I found one strange thing, and I have no idea what is the problem, last fullbackup is few hours old, but dbccheck print an error. Following you can see my steps: **installation dba checks** * based on the blog from chrissy lemaire (thank you chrissy,for that great job) **change configuration** Set-DbcConfig -Name policy.backup.fullmaxdays 3 Set-DbcConfig -Name policy.backup.logmaxminutes 720 **first check** $server = "ALET21" Invoke-DbcCheck -SqlInstance $server -Check LastBackup here the result: result DbcCheck The dbccheck print an error I did the same test with PS Command, following you can see the results: result PS command any idea what is the problem? AdminDB DB is not new, creation date was on 23.11.2016. I also updated the policy.backup.newdbgraceperiod to 1, but I have the same problem, as you can see below: same problem It looks like the dbacheck module is up to date: Version
Asked by KW_1970 (11 rep)
Mar 26, 2018, 12:56 PM
Last activity: Mar 27, 2018, 06:47 AM