There was a problem loading the comments.

How to install the dashboard cron job

Support Portal  »  Knowledgebase (FAQ)  »  Viewing Article

  Print
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).


Share via

Related Articles

© VIMP GmbH