meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| cron [2025/10/07 20:30] – johnny | cron [2025/11/06 13:00] (current) – refactor - lots of changes, rm old info, point to the install script cron file so we only need to update one place wrongecho | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Cron ====== | ====== Cron ====== | ||
| - | ITFlow | + | ITFlow |
| - | ==== Cron Activation ==== | ||
| - | * Sign in to ITFlow | + | ==== Script purposes ==== |
| - | * Navigate to **Settings** > **Notifications**: | + | All Cron scripts are now in the ''/ |
| - | * Enable Cron | + | * '' |
| + | * '' | ||
| + | | ||
| + | | ||
| + | * '' | ||
| - | == Cron Scripts of v25.10.1 | + | |
| - | If installed by script after the date above location will now be ''/ | + | ==== Crontab file ==== |
| - | < | + | |
| - | 0 2 * * * www-data / | + | |
| - | * * * * * www-data / | + | |
| - | * * * * * www-data / | + | |
| - | 0 3 * * * www-data / | + | |
| - | 0 4 * * * www-data / | + | |
| - | </ | + | |
| - | -- | + | To setup the scheduled tasks, copy the [[https:// |
| - | == OLD / Cron Scripts == | + | //NB: If installed using the automated script after v25.10, this will have been done for you.// |
| - | The following scripts should be added to your Cron: | + | |
| - | *NOTE: THESE ARE SETUP BY DEFAULT IF YOU INSTALLED ITFLOW USING THE [[installation_script|SCRIPT]] | + | |
| - | * '' | ||
| - | * '' | ||
| - | * '' | ||
| - | * '' | ||
| - | * '' | ||
| - | == OLD / Example | + | ==== Cron Activation ==== |
| - | < | + | You must then activate Cron within ITFlow: |
| - | # / | + | |
| - | # ITFlow | + | * Sign in to ITFlow |
| - | 0 02 * * * root php / | + | * Navigate to **Settings** > **Notifications** |
| - | </ | + | * Enable Cron |
| - | {{: | + | |