[!!!][TASK] Migrate LostFilesCommand to Symfony Console
The EXT:lowlevel command "LostFiles" searched through uploads/* and checks if any files are not in use by TYPO3 by checking against the reference index. The command was previously available under ./typo3/cli_dispatch lowlevel_cleaner lost_files and is now called via ./typo3/sysext/core/bin/typo3 cleanup:lostfiles and allows the following options: --dry-run - do not delete the files, but just print them --exclude=uploads/pics/,uploads/downloads/ -- skip certain folders and files --update-refindex - update the reference index, do not ask the user Resolves: #78552 Releases: master Change-Id: I1f20c4c2f47d1dd13f8f32433e7e0d0666518d5a Reviewed-on: https://review.typo3.org/50487 Reviewed-by:Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
Showing
- typo3/sysext/core/Documentation/Changelog/master/Breaking-78552-LowlevelLostFilesCommandParametersChanged.rst 42 additions, 0 deletions...aking-78552-LowlevelLostFilesCommandParametersChanged.rst
- typo3/sysext/lowlevel/Classes/Command/LostFilesCommand.php 252 additions, 0 deletionstypo3/sysext/lowlevel/Classes/Command/LostFilesCommand.php
- typo3/sysext/lowlevel/Classes/LostFilesCommand.php 0 additions, 187 deletionstypo3/sysext/lowlevel/Classes/LostFilesCommand.php
- typo3/sysext/lowlevel/Configuration/Commands.php 5 additions, 0 deletionstypo3/sysext/lowlevel/Configuration/Commands.php
- typo3/sysext/lowlevel/ext_localconf.php 1 addition, 0 deletionstypo3/sysext/lowlevel/ext_localconf.php
Please register or sign in to comment