CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.6 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

CLI CLeaner

This extension provides a lowlevel script to clear cache tables.
Please read the lowlevel documentation before using this extension!!!

Delete cache

Test:
[path_to]/php [doc_root]/typo3/cli_dispatch.phpsh lowlevel_cleaner tx_clicleaner_cache --[all|pages] -r --dryrun

Clear cache:
[path_to]/php [doc_root]/typo3/cli_dispatch.phpsh lowlevel_cleaner tx_clicleaner_cache --[all|pages] -r --AUTOFIX --YES

Delete indexed_search index

Test:
[path_to]/php [doc_root]/typo3/cli_dispatch.phpsh lowlevel_cleaner tx_clicleaner_index --index -r --dryrun

Clear index:
[path_to]/php [doc_root]/typo3/cli_dispatch.phpsh lowlevel_cleaner tx_clicleaner_index --index -r --AUTOFIX --YES