Created
March 14, 2023 14:52
-
-
Save joekolade/7c3bf896f116359c9531379891407dd0 to your computer and use it in GitHub Desktop.
[TYPO3 lowlevel cleanup] #refactor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ###php_cli### ./typo3/cli_dispatch.phpsh lowlevel_refindex -e | |
| ###php_cli### ./typo3/cli_dispatch.phpsh lowlevel_cleaner orphan_records -r ###--dryrun|--AUTOFIX### | |
| ###php_cli### ./typo3/cli_dispatch.phpsh lowlevel_cleaner versions -r ###--dryrun|--AUTOFIX### | |
| # Run multiple times | |
| ###php_cli### ./typo3/cli_dispatch.phpsh lowlevel_cleaner tx_templavoila_unusedce -r ###--dryrun|--AUTOFIX### | |
| ###php_cli### ./typo3/cli_dispatch.phpsh lowlevel_cleaner double_files -r ###--dryrun|--AUTOFIX### | |
| ###php_cli### ./typo3/cli_dispatch.phpsh lowlevel_cleaner deleted -r ###--dryrun|--AUTOFIX### | |
| # Run multiple times | |
| ###php_cli### ./typo3/cli_dispatch.phpsh lowlevel_cleaner missing_relations -r ###--dryrun|--AUTOFIX### | |
| ###php_cli### ./typo3/cli_dispatch.phpsh lowlevel_cleaner cleanflexform -r ###--dryrun|--AUTOFIX### | |
| ###php_cli### ./typo3/cli_dispatch.phpsh lowlevel_cleaner rte_images -r ###--dryrun|--AUTOFIX### | |
| # EXECUTED ANYTIME | |
| ###php_cli### ./typo3/cli_dispatch.phpsh lowlevel_cleaner missing_files -r ###--dryrun|--AUTOFIX### | |
| ###php_cli### ./typo3/cli_dispatch.phpsh lowlevel_cleaner lost_files -r ###--dryrun|--AUTOFIX### | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment