Breaking: #78520 - Lowlevel Orphan Records Cleaning parameters changed
See forge#78520
Description
The OrphanRecordsCommand is now using Symfony Console. The new command behaves like the old functionality, but uses certain different parameters. It can now be called with the following CLI command:
./
The following options can be set
--
to only show the orphaned records
-v
and -vv
to show additional information
The PHP class TYPO3\
has been removed.
Impact
Calling typo3/
will not work anymore.
Calling the PHP class results in a fatal PHP error.
Affected Installations
Any TYPO3 installation using the previously command callable via cli_
or the related PHP class.
Migration
Use the new CLI command as shown above.