Hi @kiran,
I checked your bnsupport bundle and according to it, your server is running out of space. Please note the command to check the actual disk space is the one below.
df -h
The command df -i
shows the usage/availability of i-nodes, which is a different property of the system.
According to the bnsupport bundle, the /opt/bitnami/mysql
directory's size is 14 GB out of the 20 GB of your disk space. Can you run the commands below to check which folder in the MySQL installation is the biggest one? Can you also run it into the new biggest directory?
cd /opt/bitnami/mysql
sudo du -h . -d 1 | sort -h
Apart from that, this error is usually related to WordPress plugins. Some plugins use the MySQL database as temporal storage and they do not properly clean it after that. Can you check your plugins? I see you have many plugins installed on your site.