attempting to upgrade to v11 from 10.4.4#36 gives the following message before the upgrade is started:
checking plesk.getkeyinfo.sh shows this line to be faulty:
i have checked key_history and there are no rows in that table. the next line in the script uses the return value of the above query, which results in the error:
ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
is this a bug? i've chosen not to upgrade until this is fixed as i do not want any license issues. can this be looked at please?
Code:
autoinstaller: Error in execution of /root/parallels/PSA_11.0.9/plesk_getkeyinfo.sh
Failed to check whether a new license key is available.
Continuing with the upgrade without having an appropriate product license key will result in the installation of a default license key with limited functionality. Administrators are advised to first acquire the appropriate license key before continuing with the product upgrade.
(tickbox) I confirm that I want to continue upgrading.
checking plesk.getkeyinfo.sh shows this line to be faulty:
Code:
num=`$mysql -e "SELECT id FROM key_history WHERE name IS NULL AND filename = '/etc/psa/psa.key' ORDER BY id ASC"`
i have checked key_history and there are no rows in that table. the next line in the script uses the return value of the above query, which results in the error:
ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
is this a bug? i've chosen not to upgrade until this is fixed as i do not want any license issues. can this be looked at please?