magento: is there a way to “run profile” with cron?

后端 未结 3 1360
陌清茗
陌清茗 2021-01-25 11:27

I have an export profile on magento 1.6 and I can run it manually (\"Run profile in popup\"), but I need it to run automatically every day. Is there a way to set up a cron job t

3条回答
  •  难免孤独
    2021-01-25 12:34

    Here's a cron script from 1.4.x.x that will run a profile. Export Profile Script

    In 1.4.x.x and later, given proper resources, the final part where it opens the dataflow_batch_export table and truncates it may be commented out if your system is properly cleaning out the contents on completion of the export. There for a while, we were having problems with dataflow_batch_import and dataflow_batch_export table growth due to failure to clean up after either operation because a memory leak interrupted their proper operations.

提交回复
热议问题