• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • 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.

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