Running onlyoffice/documentserver (version 6.3.1.32) in docker. Installation as described in Installing ONLYOFFICE Docs for Docker on a local server - ONLYOFFICE
As written there: running container with option
-v /app/onlyoffice/DocumentServer/lib:/var/lib/onlyoffice
So all cache files are stored outside container.
It looks like these cached files are not cleared/deleted (completely). There are a lot of files older than 1 day.
In default.json I use default settings under “expire”: for files: 86400 sec (=1 day)
See https://github.com/ONLYOFFICE/server/blob/bc6ea0318908373b750c4e7a328ebd41f92c5446/Common/config/default.json#L113
Meanwhile the old cache files are some GB.
How can I ensure or check that the “clearing job” is running regularly?
How can I check that there are no errors on clearing cache? I could not find any associated log file.
As I read it is note safe to remove these files in file system directly/manually.
edit: how is it possible to remove the old files safely?
Thanks for any hint.