Skip to content

What cron jobs if any do I need to setup for OpenMage v19? #3193

Discussion options

You must be logged in to vote

You must read the Magento 1 user manual. If you use DDEV @sreichel has already created a README file which contains a tutorial for cron jobs. If you use Linux then you must add a line for a user in the cron table. For example

crontab -u <user_name> -e

Once the editor opens add this line

*/3 * * * * /bin/sh /home/<user_name>/public_html/cron.sh

Restart cron service

systemctl restart cron.service

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by elidrissidev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants