I have an Ubuntu server in AWS. It runs a WordPress multi site, which has worked perfectly for some years. However now the site is constantly crashing as a result of lack of or no space.
To restore the site I have delete at least 1 plugin. However the no space issue quickly returns and the site crashes. I have also deleted about 8GB of log files, yet in a matter of hours same issue. No Space.
Running the following command.
df -hT /dev/xvda1
Shows that there is enough space available, as shown below.
Filesystem Type Size Used Avail Use% Mounted on
/dev/xvda1 ext4 59G 26G 31G 46% /
Runging the following comand
df -h
Have the following results
Filesystem Size Used Avail Use% Mounted on
udev 996M 12K 996M 1% /dev
tmpfs 201M 396K 200M 1% /run
/dev/xvda1 59G 26G 31G 46% /
none 4.0K 0 4.0K 0% /sys/fs/cgroup
none 5.0M 0 5.0M 0% /run/lock
tmpfs 1001M 0 1001M 0% /run/shm
none 100M 0 100M 0% /run/user
How can I narrow down the cause of this issue and fix it?