Hello,
I am testing the new operational health issues script available at 11.0:
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 !
Solved! Go to Solution.
Thanks for reporting this @NicolasGIS. You can ignore that error for now, we'll make changes to correctly differentiate a "full" backup vs a "backup" backup.
Thanks for reporting this @NicolasGIS. You can ignore that error for now, we'll make changes to correctly differentiate a "full" backup vs a "backup" backup.