• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

Resolved Cant update Plesk after updating MariaDB

marcosittner

New Pleskian
Hi,

i am using Plesk Obsidian 18.0.20 on CentOS 7 and i recently updated my MariaDB from 5.x to 10.4 with SSH.
And now i cant update my Plesk to 18.0.21. When i try it, i always get the "ERROR while trying to backup MySQL database" and the update stopps.

Can someone help me please?

best regards
Marco
 
Hello,

Prior to upgrade, Plesk tries to back up databases (psa, apsc, horde, rouroundcubemail) via mysqldump. You can try to perform dump manually, to check what the problem. Alternately, you can try to run plesk sbin mysqldump.sh, which do nearly same.

I need to also note that MariaDB 10.4 is not fully supported yet.
 
Hello,

i ran #plesk sbin mysqldump.sh and i got back the following error. It says "user root doesnt exist" but thats the user i successfully logged in via SSH.

Dump databases: psa mysql horde apsc phpmyadmin_60w_WBu4pz9h
mysqldump: Got error: 1449: "The user specified as a definer ('root'@'localhost') does not exist" when using LOCK TABLES
***** problem report *****
ERROR while trying to Dump databases
Check the error reason, fix and try again
exit status 1
 
Hello,

This is known problem with mariadb 10.4. You need to recreate root@localhost user:
# plesk db
# CREATE root'@'localhost' IDENTIFIED BY 'typepasswordhere'
 
Back
Top