• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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