Hello,
I am testing the new operational health issues script available at 11.0:
https://enterprise.arcgis.com/en/portal/latest/administer/windows/what-s-new-in-portal-for-arcgis.htm#ESRI_SECTION1_5EB164A8E56B4E36AD174C683F8E4358
https://enterprise.arcgis.com/en/portal/latest/administer/windows/scan-your-portal-for-operational-health-issues.htm
And it reported me the following error while a webgisdr backup was made few minutes ago in "Backup" mode:
2022-08-22 17:53:12,287 [ERROR] OH24: The deployment has never been backed up by the Web GIS DR tool.
Running it in debug mode, the value is retrieved from the following REST end point:
https://myportal.company.com:7443/arcgis/portaladmin/backupRestoreInfo
which returns:
{"fullBackupTimeStamp":0,"fullRestoreTimeStamp":1626439498104,"incrementalBackupTimeStamp":0,"incrementalRestoreTimeStamp":0,"backupMode":"BACKUP","incrementalBackupEnabled":false}Seems like the backup done in "backup" mode are not taken into account.
Any idea why the script is returning a false positiv ?
Thanks !