This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
Who can tell me the path where i can delete the temporary files of CMS. Resource worked, but now there is no more disk space on the server. And resource is not working yet. Who can tell the path where i can delete the temporary files.
I'm not sure what exactly your talking about... but app/storage has some "temporary" stuff in it... like logs, sessions, different types of cache, etc...
If you have full disk space, OctoberCMS is unlikely to be the cause. I would check your web server logs (apache/nginx/etc) as those can get large if logrotate is not used.
Last updated
True.. if you're not a server pro... use stuff like:
df -h # shows drive useage
du -sh ./* # prints the space used by all folders (and their subfolders) in current folder
Good call that0n3guy. Those are very useful. Also one of my favorites is one to find files bigger than X
find / -size +20M
1-5 of 5