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

Resolved can't upgrade to ONYX from 12.5

Giorgos Kontopoulos

Basic Pleskian
I am on CENTOS 6.8
and have upgraded to mysql 5.6
mysql -V gives
mysql Ver 14.14 Distrib 5.7.16, for Linux (x86_64) using EditLine wrapper

and tried to upgrade using the web tool and later on using the
plesk installer

attaching the log that the plesk installer produced
 

Attachments

  • onyx.from.plesk12.5.txt
    14.1 KB · Views: 9
@IgorG thanks for the suggestion
it did not help though
the mysql upgrade did not find anything to fix and the plesk installer came up with same output it seems
attaching just in case

anymore ideas ?
 

Attachments

  • onyx.from.plesk12.5_2.txt
    66.1 KB · Views: 3
Open /etc/mysql/my.cnf and add the following lines:
Code:
[mysqld]
sql_mode=""
Then restart MySQL using the following command: service mysql restart
Try to upgrade once again.
 
@SibProgrammer
did you mean in /etc/my.cnf ?
Code:
[mysqld]
local-infile=0
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
user=mysql
# Disabling symbolic-links is recommended to prevent assorted security risks
symbolic-links=0

[mysqld_safe]
log-error=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid
because /etc/mysql folder does not even exist
 
I had to use "/etc/init.d/mysqld restart"
and force the mysql_update
"mysql_upgrade -u admin -p`cat /etc/psa/.psa.shadow` --force"
and even though there did not seem to make any updates
the "plesk installer" actually upgraded to ONYX

great thanks guys
 
Back
Top