Any website would stop functioning properly when server’s disk space gets full.why?
My theory: logs creation gets affected!Also, server might need to create some temporary files,which causes slow browsing experience.
How can the functionality of website be maintained, i mean user should not experience any problem, even if the disk space is full.
Is there any wordpress specific solution available?
Disk Space will remain full, i cant help it, is there any method to reserve some space for hosting website?
The main problem was database queries gets affected if server’s disk space was full,
hence the database was migrated to another server.
Caching was also implemented to improve the performance.
Also,applying User quotas could have been a good alternative.