CLI Commands

Cleanup Command

Only needed if you use registrations for events

If a new participant registers to an event, the participant must confirm the registration in a given timeframe (default 1 hour from registration time). If the participant does not confirms the registration in the given timeframe, the booked place for the event should be made available again for other participants.

In order to remove/hide expired registrations, a CLI command is available to remove/hide expired registrations.

Example with –delete option:

./typo3/sysext/core/bin/typo3 sf_event_mgt:cleanup --delete

Output:

Cleanup command

It is recommended to setup a scheduler task to execute the CLI command periodically.

Note

You currently can’t use the TYPO3 scheduler to configure periodic execution of the CLI command.

In TYPO3 8.7, it is not supported to execute Symfony Console commands from the scheduler and in TYPO3 9.5 it is not possible to configure command options. Therefore, it is recommended to schedule the periodic execution on server level using crontab.