Task #78623
closedMigrate Lowlevel "missing_relations" command to Symfony Console
100%
Description
The CLI command to detect and (as far as possible) remove
relations to non-existing records, and offline version versions as
well as listing deleted records is migrated to Symfony Console
to better structure the CLI command and get rid of dependencies
of the old CLI command line tools (non-extbase).
The command was previously available under
./typo3/cli_dispatch lowlevel_cleaner missing_relations
and is now called via
./typo3/sysext/core/bin/typo3 cleanup:missingrelations
and allows the following options:
--dry-run - do not delete the references, but just print them
--update-refindex - update the reference index, do not ask the user
Updated by Gerrit Code Review about 8 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50555
Updated by Gerrit Code Review about 8 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50555
Updated by Gerrit Code Review about 8 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50555
Updated by Benni Mack about 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 70cbb3e4199bc83a68b3ef773057bd88ffd4c0ba.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed