Breaking: #78623 - Lowlevel MissingRelationsCommand parameters changed
See forge#78623
Description
The existing CLI command within EXT:lowlevel for showing relations and soft-references to non-existing records, offline versions and records marked as deleted has been migrated to a Symfony Console command.
The command previously available via ./
is now available
via ./
and allows the following CLI options to be set:
--
- updates the reference index before scanning for missing files. If not set, the user is asked if the task should be run
--
- do not delete the references but only list the references that are missing but connected to the TYPO3 system
The PHP class of the old CLI command TYPO3\
has been removed.
Impact
Calling the old CLI command ./
will result in an error message.
Affected Installations
Any TYPO3 instances using the lowlevel cleaner for finding relations pointing to deleted, offline versions or non-existing records.
Migration
Update the CLI call on your servers to the new command line and available options as shown above.