• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

8.2 Upgrade Fails

Dave, you need SSH access to do this. If you do, here's how to get into mysql:

#mysql -u -p`cat /etc/psa/.psa.shadow`
 
I got in and did that and now get a new error message.

Service is not available now, probably your Plesk is misconfigured.
Contact Your provider for details.

Internal Plesk error occurred: MySQL query failed: Unknown column 'server_version' in 'field list'

Thanks for any helpm here.
Dave
 
it looks like plesk db was not upgraded properly.
what is the output of:

# rpm -q psa; rpm -qa | grep psa-hotfix; cat /usr/local/psa/version

# mysql -uadmin -p`cat /etc/psa/.psa.shadow` psa -e"select * from misc where param='version'"

# mysql -uadmin -p`cat /etc/psa/.psa.shadow` psa -e"select * from upgrade_history"
 
Plesk Failed

After several tries I finally got a response from SSH

It is as follows:

compress FALSE
database (No default value)
delimiter ;
vertical FALSE
force FALSE
named-commands FALSE
local-infile FALSE
no-beep FALSE
host (no default value)
html FALSE
xml FALSE
line-numbers TRUE
unbuffered FALSE
column-names TRUE
sigint-ignore FALSE
port 3306
prompt mysql>
quick FALSE
raw FALSE
reconnect FALSE
socket (No default value)
ssl FALSE
ssl-key (No default value)
ssl-ca (No default value)
ssl-capath (No default value)
ssl-cipher (No default value)
table FALSE
debug-info FALSE
user admin
safe-updates FALSE
connect_timeout 0
max)allowed_packet 16777216
net_buffer-length 16384
select_limit 1000
max_join_size 1000000
secure-auth FALSE
 
Back
Top