Select to view content in your preferred language

Incorrect warning regarding backup in new operational health issues script (Enterprise 11.0)

682
1
Jump to solution
08-22-2022 08:59 AM
NicolasGIS
Regular Contributor

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.ht...

https://enterprise.arcgis.com/en/portal/latest/administer/windows/scan-your-portal-for-operational-h...

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 !

0 Kudos
1 Solution

Accepted Solutions
JonathanQuinn
Esri Notable Contributor

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.

View solution in original post

1 Reply
JonathanQuinn
Esri Notable Contributor

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.