This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.

tria-trade3952
tria-trade3952

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.

that0n3guy
that0n3guy

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

andrew
andrew

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

that0n3guy
that0n3guy

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
andrew
andrew

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

You cannot edit posts or make replies: the forum has moved to talk.octobercms.com.