How to install the dashboard cron job

Editions: all
Versionen: 3.6.0+

Open the crontab (as root):

crontab –e

Insert the following line and save the file afterwards:

0 2 * * * php -f /path/to/vimp/symfony -- dashboard-sync >> /path/to/vimp/log/dashboard-sync.log 2>&1

Important: Close the line with "Return/Enter". There must be at least one more blank line below the entry.

Important: You have to edit 2 pathes, the one to "symfony" and the path to the log/-directory.

The task is executed once a day (at 2am).

Last update on 2019/10/23 by Admin.

Go back