• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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