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