Feature: #102582 - Allow CLI command cleanup:localprocessedfiles to reset all records
See forge#102582
Description
A new CLI Symfony command option --
is added to the
CLI command bin/
that allows
to reset all entries in the database to force re-creating processed
files.
When developing FAL features or updating installations with large
user-generated content in fileadmin
storages, it may be helpful to
clean the sys_
database table completely to
force a rebuild (i.e. when new FAL processors are added).
This table holds all locally generated processed files with specific crop or size variants (or references to unaltered originals, or "proxy" entries).
The new command option will also report the numbers of deleted records before execution, and allows you to review execution. It is not set by default.
Impact
It is now possible to use the --
CLI command option for
bin/
that allows to not
only clear missing processed files, but also existing ones.