• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Migration Database Problem - My fix

L

lpittman

Guest
I have just been working on a migration from a Plesk 7.5.4 / RH 7.3 server to a Plesk 8.0.1 / CentOS 4.2 server and ran into a couple small issues. One of which seems to be a common issue for a lot of people I have talked with, which is your database not being copied over.

This is the error:

Failed deployment of database mydatabase (domain mydomain.com)

This is the related entry in the log file:

Runtime error during 'db': (1, '', "ERROR 1045 (28000): Access denied for user 'admin'@'localhost' (using password: NO)\n")

Everything seemed like it should work (my admin password was correct and I could login fine via 'mysql -uadmin -pmypass') but it just wouldn't insert the .sql file into the new database.

I had a somewhat complex password, something like #9F8VjFx3 (no, thats not my password) and found that if i changed it (temporarily) to something simple like setup the database insert ran perfectly and my migration continued with no issues what-so-ever.

I hope this little discovery can help someone else ...

Luke
 
Back
Top