In Plesk, sometimes you get processes that get stuck, such as the copy of a database.To clear you must login via SSH as root and execute the following:1. mysql -uadmin -p`cat /etc/psa/.psa.shadow` 2. use psa;3. delete from longtasks;