CRON Help
-
Any help with setting up a cron job for firefly would be appreciated. I am trying to follow this: https://docs.firefly-iii.org/firefly-iii/advanced-installation/cron/ but need some help with the paths needed as described in the docs. Shown below:
The content of the cron job must be as follows:
# cron job for Firefly III 0 3 * * * /usr/bin/php /var/www/html/artisan firefly-iii:cron
You must make sure to verify /usr/bin/php with your path to PHP and replace /var/www/html/ with the path to your Firefly III installation.
If you do this, Firefly III will generate the recurring transactions each night at 3AM.
-
Thank you both! @girish @nebulon
I wasn't hitting an issue I was just being proactive, it does work as expected. @girish it definitely might be useful to have a section of that cron menu that at least displays cron jobs already running for any given package. I don't know though, only time I've ran into trying this out.
Thanks again.