• 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
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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