• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

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