When installing a new CAU package, the newest version will be displayed in Administration Perspective, however, all previous versions are kept.
The table OBLOB is getting too large, how to delete the CAU old versions and cleanup the database to reduce the size?
Release : 12.x and 21.x
Component : AUTOMATION ENGINE
select * from host order by HOST_TargetVersion desc;
only returns HOST_TargetVersion with agents on version 21.0.9, if you have older version agents, please update them earlier or unset the value of the column HOST_TargetVersion on them.
Go to Client 0 > Process Assembly Perspective > Explorer > PACKAGES > APPDATA > PCK.AUTOMIC_CAU_AGENTS_NAME_OF_THE_PACKAGE
Install the latest CAU package for that same CAU Agent so that only the latest version is kept