Thanks, almost there…but still confused, not sure what exact code to put in there…
Siteground hosting:
15 * * * * /usr/local/bin/php /home/vuxi5632/public_html/brunovincent.net/mautic_yh/bin/console mautic:campaigns:update >/dev/null 2>&1
Bitnami Documentation
15 * * * * su daemon -s /bin/sh -c "installdir/php/bin/php installdir/apps/mautic/htdocs/app/console mautic:segments:update --env=prod"
Mautic forum post suggestion:
1 * * * * su daemon -s /bin/sh -c “/opt/bitnami/php/bin/php -q /opt/bitnami/apps/mautic/htdocs/app/console mautic:segments:update” #mautic-segments-cron
Google Cloud:
Not sure, but I have these 3 bits of information:
I ran this command in command prompt:
~# grep -i 'DocumentRoot' /etc/apache2/sites-available/000-default.conf
And I got this:
/var/www/html/mautic
My IP address is this:
http://35.233.141.211/s/dashboard
My Google cloud sign in comand is this:
gcloud beta compute ssh --zone "us-west1-a" "mautic-google-deploy-vm" --project "horizon-private-charters"
Command prompt path on my windows PC:
root@mautic-google-deploy-vm:~#
What is the EXACT code in need to input into the file?
I tried this:
0,15,30,45 /usr/local/bin/php /var/www/html/mautic/bin/console mautic:segments:update >/dev/null 2>&1
5,20,35,50 /usr/local/bin/php /var/www/html/mautic/bin/console mautic:campaigns:update >/dev/null 2>&1
10,25,40,55 /usr/local/bin/php /var/www/html/mautic/bin/console mautic:campaigns:trigger >/dev/null 2>&1
1,2,3,4,5,6,7,8,9,10,59 /usr/local/bin/php /var/www/html/mautic/bin/console mautic:emails:send >/dev/null 2>&1
But I get this error:
"/tmp/crontab.UHFBk0/crontab":23: bad hour
errors in crontab file, can't install.