• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • 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.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

*** /etc/psa/plesk-cron.daily/50plesk-daily Failed (code=1) ***

SabineW

Basic Pleskian
Hi to all!
Since 14th July I got this entry in my daily e-mail instead of
*** /etc/psa/plesk-cron.daily/50plesk-daily Completed ***

I've found out it is a mysql-problem and I tried to do a bootstrapper repair procedure, but it doesn't solve the problem.
Here is the output:
Code:
Started bootstrapper repair procedure. This may take a while.
Certain actions may be skipped if not applicable.


**** Product repair started.

===> Checking for previous installation ... found.
Started bootstrapper repair procedure. This may take a while.
Certain actions may be skipped if not applicable.


ERROR while trying to detect MySQL service name
Check the error reason(see log file: /var/log/plesk/install/plesk_12.0.18_repair.log), fix and try again

*****  problem report *****
ERROR while trying to detect MySQL service name
Check the error reason(see log file: /var/log/plesk/install/plesk_12.0.18_repair.log), fix and try again
In the logfile is no more information to find and I've no idea, what was happened and how to solve it.
And no daily dump is saved since this day.
A google-search was not really helpful.
On my server runs openSUSE 13.1.
I'm glad for every help and sorry for my bad english.
 
Workaround: Create symbolic links before bootstrapper repair:

# ln -s /usr/sbin/rcmysql /etc/init.d/mysql
# ln -s /usr/lib/systemd/system/mysql.service /usr/lib/systemd/system/mariadb.service
 
Back
Top