mautic / docker-mautic

Docker Image for Mautic
https://www.mautic.org
362 stars 274 forks source link

BUG: cron entry mautic:maintenance:cleanup does not work #207

Open fama opened 3 years ago

fama commented 3 years ago

The cron entry does not work as it's missing --no-interaction

* 1 * * *     www-data   php /var/www/html/bin/console mautic:maintenance:cleanup --days-old=365 > /var/log/cron.pipe 2>&1

as described in documentation: https://mauteam.org/mautic/mautic-admins/mautic-cron-jobs-which-ones-to-use/

I can create the pull request if needed to change to

* 1 * * *     www-data   php /var/www/html/bin/console mautic:maintenance:cleanup --days-old=365 --no-interaction > /var/log/cron.pipe 2>&1
--- Want to back this issue? **[Post a bounty on it!](https://app.bountysource.com/issues/108499079-bug-cron-entry-mautic-maintenance-cleanup-does-not-work?utm_campaign=plugin&utm_content=tracker%2F20392502&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://app.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F20392502&utm_medium=issues&utm_source=github).