• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Resolved Plesk update Mysql Server

Please post the log of the installation attempt where it can be seen what exactly lead to the "failure" message. Else it will not be possible for forum users to assist.
 
Thx a lot for your help on sunday ;-)

This is the end of the autoinstaller3.log :

Code:
Traceback (most recent call last):
  File "/usr/local/psa/bin/yum_install", line 239, in <module>
    main()
  File "/usr/local/psa/bin/yum_install", line 225, in main
    inst, rem = installer.resolve(to_install, opts.remove, opts.tries)
  File "/usr/local/psa/bin/yum_install", line 157, in resolve
    raise Exception("Failed to solve dependencies:\n" + '\n'.join(msgs))
Exception: Failed to solve dependencies:
plesk-mysql-server-17.5.3-cos7.build1705170317.16.x86_64 requires mariadb-server >= 5.0.60
 
It seems that your existing MariaDB server is older than 5.0.60. In that case you must first upgrade your MariaDB to a newer version. The latest version that is fully supported by Plesk, is version 10.1 (not the 10.2 that is available, too). A general description how to do an upgrade can be found here, although it refers to the wrong version: Vultr: High Performance SSD Cloud. A general description can also be found here: How to Upgrade MariaDB 5.5 to MariaDB 10.1 on CentOS/RHEL 7 and Debian Systems but this is not Plesk specific. Anway, you will see that it is basically the same scheme. Again: Do not upgrade to 10.2, but to 10.1 only. I suggest to do a full database dump before you do that upgrade so that in case of issues you have a complete dump available for reimport. Normally, the MariaDB upgrade should not be too much of an issue. After that upgrade you should be able to run the Plesk upgrade routine.
 
Back
Top