our OTRS generates more or less 3000 till 5000 tickets per day.
Our architecture is made of a web server and a Mysql DB server.
Every monday a get the following error:
Code: Select all
-e: Can't cd to (/opt/otrs/var/tmp/CacheFileStorable/CacheInternalUser/0/) b: No such file or directory
We think the issue is related to the following crontab jobs that every Sunday delete the OTRS cache:
Code: Select all
# delete expired cache weekly (Sunday mornings)
20 0 * * 0 $HOME/bin/otrs.DeleteCache.pl --expired >> /dev/null
30 0 * * 0 $HOME/bin/otrs.LoaderCache.pl -o delete >> /dev/null
Thanks in advance,
Giuseppe