My company has some private servers for web development.
The server has storage space of 600GB, but at times it runs out of disk space.
At such situations one of our websites using wordpress malfunctions and some of its features can’t be accessed.
Can any one tell what is the possible cause for this & how it can be prevented?
Thanks in advance….
That’s what happens when the disk is full – nothing we can do about that. Temporary files can no longer be created, including session files that are necessary to track whether a user is logged in or not. MySQL may need to write temporary data even when doing only a SELECT. The web server may need some swap space on the hard disk in peak times. etc. etc.
That won’t work. You need to fix the source of the problem, and that is the server’s disk filling up. You can’t make WordPress work despite the disk being full.