Configuring the SugarCRM cron routine
To configure the SugarCRM cron routine, follow these steps:-
Log in to cPanel.
๐ Note If you do not know how to log in to your cPanel account, please see this article.
- In the Advanced section of the cPanel home screen, click Cron jobs.
-
Under Add New Cron Job, in the Minute text box, type
*/15.๐ Note The shortest interval allowed for cron jobs on shared hosting accounts is every 15 minutes. If you have a different type of account (such as a VPS), you can type * instead, and the cron job will run every minute.
-
In the Hour, Day, Month, and Weekday text boxes, type
*. - In the Command text box, type the following command:
This command assumes that you installed SugarCRM in the public_html (document root) directory. If you installed SugarCRM in a subdirectory, specify that path instead.
- Click Add New Cron Job. Your account will now automatically run SugarCRMโs cron.php file at the specified interval.