Most recurrent maintenance todos are triggered automatically by the daily cron job.
TO BE DEFINED / TO BE WRITTEN
The maintenance mode is controlled by a config entry. Setting the maintenance mode via CLI maintenance:set may be stopped by daily backups or similar.
To make the maintenance persistent just set it in the installation.ini the config entries with proper start date and text:
runtimeOptions.maintenance.message = 'Your contract with us has expired.' runtimeOptions.maintenance.startDate = '2026-08-01 00:00:00' |