• 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
  • Please beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

Cron Error plesk50-daily

Wikibear

Regular Pleskian
Hello together,

getting mail with following error:

Subject: Cron test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )

Content:

run-parts: /etc/cron.daily/50plesk-daily exited with return code 1

Tryed to exucute by hand and get this error, too.
 
I execute each script in 50plesk-daily. There are two items in it. One of them is mysqldump.sh. After exec mysqldump.sh i get an error that a table is crashed. I execute following command:

mysqlcheck --all-databases -u admin -p`cat /etc/psa/.psa.shadow` --auto-repair

Seems to be fixed now.
 
Back
Top