• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

Issue Upgrade from Onyx 17.8.11 to Obsidian 18.0.25 via Autoinstaller: Access denied for user 'admin'@'localhost'

ThorstenMelzer

New Pleskian
It isn't possible to upgrade due to this error message:
Check the error reason (see log file: /var/log/plesk/install/plesk_18.0.25_installation.log), fix and try again
mysqldump: Got error: 1045: Access denied for user 'admin'@'localhost' (using password: YES) when trying to connect

- phpMyAdmin is reachable from plesk database server
- all databases are available and accessible (also 'psa')
- /etc/psa/.psa.shadow exists and stored the secure password
- via SSH I am able to connect to mysql: mysql -uadmin -p'$AES-128-XXX(...)XXXw=='

How can I fix this error and update to Obsidian 18.0.25?

It is a hosted vServer from IONOS with Ubuntu 16.04.

Best
Thorsten
 
Can you create psa database dump with command:

# MYSQL_PWD=`cat /etc/psa/.psa.shadow` mysqldump -uadmin psa > /tmp/psa.`date +%F_%H.%M`.sql

?
 
Hi IgorG,
with this command I cannot create a dump:
mysqldump: Got error: 1045: Access denied for user 'admin'@'localhost' (using password: YES) when trying to connect
The file was created as psa.2020-03-30_12.54.sql with 0 KB

If I use instead of MYSQL_PWD='cat /etc/psa/.psa.shadow' the paramter p'$AES-128-XXX(...)XXXw==' I could create a dump:

1585566199596.png
 
Back
Top