Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CRON jobs added with MAUTIC_CRON_<INTEGRATION>=true create broken scheduled commands #230

Open
kale1d0code opened this issue Jun 29, 2022 · 2 comments

Comments

@kale1d0code
Copy link

I noticed that I had cron jobs in my container attempting to run /var/www/html/app/console
this file doesn't exist at this location but can be found at /var/www/html/bin/console

I checked through the entrypoint script and it seems that all the additional integration cron tasks all point to the same location for the console

I am using mautic 4.4.0

@zubairov
Copy link

Wow, just run into the same issue, can't believe it's open for more than a year

@RCheesley
Copy link
Sponsor Member

Hi folks,

app/console is the old location for the cron jobs.

When you update to Mautic 3 and later you need to use bin/console (See the docs here).

Maybe the locations were not updated when you upgraded your Mautic instance?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants