Workaround
Option A: Remove version 8.0 and 9.0 Agent packages from DSM Local software list. Then perform Security Update again.
Option B: Modify DSM server hidden settings “Allow supported 8.0 and 9.0 Agents to be updated” set the value from “True” to “False” via SQL statement.
- Stop Deep Security Manager(DSM) service.
- Connect to the DSM database and execute the SQL statement to update hidden setting and check result.
update systemsettings set Value = 'false' where UniqueKey = 'settings.configuration.supportPreLegoAgents'; select * from systemsettings where UniqueKey = 'settings.configuration.supportPreLegoAgents';
- Start Start the DSM service.
- Perform the Security Update for the Relay again.