Purge Binary Logs fails on full hard drive

The purge binary command fails – no logs are deleted and the process hangs: mysql> PURGE BINARY LOGS TO 'BINLOG.000100'; Checking the error log: ERROR 3 (HY000): Error writing file './mysql-bin.~rec~' (Errcode: 28) The PURGE BINARY LOGS command requires free space to be able to clear the logs, which is why this command was failing. … Read more

Change Plesk Health Monitor Notifications

How to add notifications email to Plesk Health Monitor Edit the config file: nano /usr/local/psa/var/custom-health-config.xml Add the email notification I added them just before the first line "<Hdd>": Restart the services: [bash] # /etc/init.d/psa-health-monitor-notificationd restart

Roundcube error – Misconfiguration: Unregister markasjunk2 in ./config/main.inc.php

This roundcube error happens after an update on a plesk panel Error accessing roundcube after upgrade ERROR- Plugin Manager Center – Branch: http://dev.myroundcube.com (Roundcube v1.0.5) Misconfiguration: Unregister markasjunk2 in ./config/main.inc.php. You can't register a plugin in main.inc.php which is configured to be loaded by Plugin Manager. Fix: Reinstall roundcube in the plesk panel under Update … Read more