• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Resolved General error: 1021 Disk full

godfather21

New Pleskian
Hello,

today i cannot login to my plesk, i am receiving the following notice ERROR: Zend_Db_Statement_Exception: SQLSTATE[HY000]: General error: 1021 Disk full (/var/tmp/#sql_3882_0); waiting for someone to free some space... (Pdo.php:234) and the df -h has the following output

Filesystem Size Used Avail Use% Mounted on
/dev/md2 408G 408G 0 100% /
devtmpfs 16G 0 16G 0% /dev
tmpfs 16G 0 16G 0% /dev/shm
tmpfs 16G 1.6G 15G 10% /run
tmpfs 16G 0 16G 0% /sys/fs/cgroup
/dev/md1 488M 218M 245M 48% /boot
tmpfs 3.2G 0 3.2G 0% /run/user/0

but it is not normal because yesterday my server was almost empty, it cannot be today full at once.
 
Try to see which folder has generated a lot of files, I think it was a PLESK backup or could be log files in /var/www/vhosts/ (like error_log).
 
You need to restart apache, just deleting the file will not help. Usually I do not delete the file, cause can still there, I overwrite it like

cp /dev/null /var/www/vhosts/domainname/logs/error_log
 
Back
Top