• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Resolved General error: 1021 Disk full

godfather21

Basic 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).
 
i had just deleted a big error log file but the problem still exists and i dont have big backup file, it is only one
 
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