• 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.

Upgrade from 9.5.4 to 11.*

JuliusT

New Pleskian
When running the pre-upgrade script, I get the following error:

[root@x]#
[2013-11-01 07:19:57][INFO] ==> Installed Plesk version/build: 9.5.4 CentOS 5 95110726.13
[2013-11-01 07:19:57][INFO] ==> Detect system configuration
[2013-11-01 07:19:57][INFO] OS: CentOS release 5.9 (Final)
Kernel \r on an \m
[2013-11-01 07:19:57][INFO] Arch: i386
[2013-11-01 07:19:57][INFO] ==> Validating the database password
[2013-11-01 07:19:57][FATAL_ERROR] [MYSQL ERROR] Given <password> is incorrect. Access denied for user 'admin'@'localhost' (using password: YES)

and when I try:

[root@x]# mysql -P3306 -uadmin -p<my plesk admin pwd> psa
[1] 25243
-bash: adminscripts: command not found
[root@plesk ~]# ERROR 1045 (28000): Access denied for user 'admin'@'localhost' (using password: YES)

So yeah. :-/ Does a "*" parse correctly in passwords for these commands? Anyone with a clue as to where to look?

TIA!
 
OK, guys, it would help if someone told us in the KB how the passwd should be given.
Your KB http://kb.parallels.com/9436 says:

php -d safe_mode=Off plesk115_preupgrade_checker.php <plesk-db-admin-password>

without even mentioning anthing about the use of < and > (should it be there or not)

trying with or without < > is useless, most Putty clients will be translating as UTF8 anyway, THIS is how it does work:

php -d safe_mode=Off plesk115_preupgrade_checker.php 'plesk-db-admin-password'
 
My understanding of this would be to remove the < > and just enter the PW
or maybe even
php -d safe_mode=Off plesk115_preupgrade_checker.php `cat /etc/psa/.psa.shadow `


so you dont have to type it in
 
Back
Top