Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
titleFor the module version below 01.59.01
*/5 * * * *  php -f <full path to Magento web root>/powersync/import.php outgoing >> <full path to Magento web root>/var/log/sforce-outgoing.cron.log
*/5 * * * *  php -f <full path to Magento web root>/powersync/import.php bulk >> <full path to Magento web root>/var/log/sforce-bulk.cron.log
*/5 * * * *  php -f <full path to Magento web root>/powersync/import.php incoming >> <full path to Magento web root>var/log/sforce-incoming.cron.log


Code Block
languagebash
titleFor the module version 01.59.01 and higher
*/5 * * * *  php -f <full path to Magento web root>/shell/sfimport.php outgoing >> <full path to Magento web root>/var/log/sforce-outgoing.cron.log
*/5 * * * *  php -f <full path to Magento web root>/shell/sfimport.php bulk >> <full path to Magento web root>/var/log/sforce-bulk.cron.log
*/5 * * * *  php -f <full path to Magento web root>/shell/sfimport.php incoming >> <full path to Magento web root>var/log/sforce-incoming.cron.log


  • Press "Esc" key to turn edit mode off
  • Press ":" and enter "wq" and press "Enter" to exit the file

...