magento 2 cronjob setup

crontab -u magento_user -e

*/5 * * * * php /var/www/html/bin/magento cron:run >> /var/www/html/var/log/cron.run.log
*/5 * * * * php /var/www/html/update/cron.php cron:run >> /var/www/html/var/log/update.run.log
*/5 * * * * php /var/www/html/bin/magento setup:cron:run cron:run >> /var/www/html/var/log/setup.cron.log

posted on 2017-06-02 17:41  冯亮  阅读(404)  评论(0编辑  收藏  举报

导航