meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
cron [2023/05/01 21:31] – johnny | cron [2025/01/26 22:31] (current) – Adjust for 25.01 moving cron to scripts subdir wrongecho | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | The following scripts should be added to your CRON: | + | ====== Cron ====== |
- | * php / | + | |
- | * php / | + | |
- | The **[KEY]** can be found **Settings** > **Alerts** > **Cron Key** | + | ITFlow comes with an array of PHP scripts that are meant to be executed automatically using Cron. The operation of scripts via Cron guarantees that actions are carried out autonomously in the background, eliminating the need for a user to be logged in. We strongly recommend configuring cron. |
- | Also Cron must be enabled | + | ==== Cron Activation ==== |
+ | |||
+ | * Sign in to ITFlow with administrative rights. | ||
+ | * Navigate to **Settings** > **Notifications**: | ||
+ | * Enable Cron | ||
+ | |||
+ | == Cron Scripts of v25.01 == | ||
+ | If installed by script after the date above location will now be ''/ | ||
+ | < | ||
+ | 0 2 * * * www-data / | ||
+ | * * * * * www-data / | ||
+ | * * * * * www-data / | ||
+ | 0 3 * * * www-data / | ||
+ | 0 4 * * * www-data / | ||
+ | </ | ||
+ | |||
+ | -- | ||
+ | |||
+ | == OLD / Cron Scripts == | ||
+ | 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 == | ||
+ | < | ||
+ | # / | ||
+ | |||
+ | # ITFlow - Nightly cron script | ||
+ | 0 02 * * * | ||
+ | </ | ||
+ | {{: |