Yesterday, I finished the installation process of Mautic 2.12.1 on my VPS. Everything is OK. Now I have to create Cron Jobs but I realized that there are some differences between those cron jobs suggestions on the Internet. Check these suffixes:
Hi, I’ve recently installed Mautic and have just registered on this site. Not entirely sure of the etiquette for posting, however, was/am having problems with CRON jobs as well and was wondering if it is ‘OK’ to post my problem on this post? Please excuse if not… I have used the following as the format for my CRON jobs
[Symfony\Component\Console\Exception\CommandNotFoundException]
Command “mautic:email:process” is not defined.
Did you mean one of these?
mautic:email:fetch
mautic:queue:process
swiftmailer:email:send
mautic:webhooks:process
mautic:emails:send
mautic:emails:fetch
I get similar returns for the leadlists:update, campaigns:update and campaigns:trigger CRONs… is this the correct behaviour or is something misconfigured? I am installed on an Amazon Lightsail server with a Bitnami stack, PHP 7.0.27-1, Apache 2.4.25, MySQL 5.6.35 and Mautic 2.12.1
Any assistance you can give me gratefully accepted - and apologies if I have hijacked this post
Sorry bizcrony, I appear to be getting this totally wrong… could you give me a link to the default CRON jobs that need to be setup please? I noticed there are a number of different jobs in Salahs posting - I have managed to get some ‘good’ responses e.g.
segments:update completes successfully
campaigns:rebuild completes successfully
campaigns:trigger completes successfully
emails:send - ERROR Mautic is not set to queue email
social:monitoring - ERROR No published monitors found. Make sure the id you supplied is published
These are not important “as I have been told”. It should store log only if you have any issues with Cron Jobs. If Cron Jobs work fine there is no need to have it.
Just in case you’re not sure about PHP path, you can type this command in SSH to know for sure where your PHP is locating:
which php
Actually, don’t know if this would help but it’s here in case someone care