Sinve we’ve upgraded to 3.4 we have problems to move the usage logs from stage to processing to archive folders.
Our cronjobs looks like:
# OJS-workaroung crontab to move the usageEventLogs to the stage area
0 3 * * * www-data find /var/www/ojs_files/usageStats/usageEventLogs -daystart -mtime +0 -type f -exec mv "{}" /var/www/ojs_files/usageStats/stage/ \;
# OJS-specific crontab - run usageStats plugin
0 4 * * * www-data php /var/www/pkp-ojs/app/tools/runScheduledTasks.php /var/www/pkp-ojs/app/plugins/generic/usageStats/scheduledTasks.xml
Now /var/www/pkp-ojs/app/plugins/generic/usageStats/scheduledTasks.xml does not work because the usageStats plugin has fallen away meanwhile. Now we don’t know how to point the job correctly.