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

    https://survey.webpros.com/
  • On Plesk for Linux mod_status is disabled on upgrades to improve Apache security.
    This is a one-time operation that occurs during an upgrade. You can manually enable mod_status later if needed.

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