Upgrade Tasks

There are times when a patch or upgrade require data to be updated in Grouper.  For example, there was an API patch in 2.4 that required new group sets to be added for entities.

UpgradeTasksJob is an "otherJob" that runs once an hour by default.  It checks to see what version you are currently on (based on an attribute value assignment on etc:attribute:upgradeTasks:upgradeTasksMetadataGroup) and applies updates in UpgradeTasks that you don't currently have.

If you have a new data upgrade that needs to be applied after a patch, a new enum can be added to UpgradeTasks and released with the patch.


TODOs