v3.4.0
Added
- Cleanup
SavedValue
s for delete operations after one month - Experimental: Define DB indices to accelerate cleanup queries in CCv2
The minimum required versions for this feature are: 1905.33, 2005.17, 2011.12, 2105.2
Please always make sure to stay on the latest patch release!
In case of problems- Report an issue in this repository
- Comment-out the offending type / index in
sanecleanup-items.xml
Changed
- Composite cronjob to cleanup
SavedValue
/SavedValueEntry
ProcessTaskLog
cleanup now checksmodifiedTime
like all the other cleanup jobs
Fixed
- Custom CMS Version GC job (
jdbcVersionGCJob
) is now backwards compatible with 2105 and recent patch releases (#3).
If you are on a more recent Commerce version, the job will do nothing. Please use the improved ootb cleanup instead (introduced with 1905.30, 2005.14, 2011.9).
Upgrade Guide
- Remove triggers of cronjobs that are now part of a composite job.
- Remove custom CMS version gc job
REMOVE Trigger; cronJob(code)[unique = true]
;savedValueEntryCleanupCronJob;
# remove custom job
REMOVE Cronjob;code[unique = true]
;jdbcVersionGCCronJob;