• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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