• 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

Upgrade Problem

S

SimonSchmitz

Guest
We have Big Problems


ERROR while trying to execute SQL query, the query was: UPDATE Permissions SET permission='manage_virusfilter'
WHERE permission='manage_drweb'

Aborting...
 
It seems this issue related to psa.Permissions table and 'manage_drweb' parameter which during upgrade should be replaced with 'manage_virusfilter'. Could you check 'Permissions' table. Fro example, give me output for:

mysql> desc Permissions;

and

mysql> select * from Permissions where permission='manage_drweb';

Probably some values can't be updated or something like this.
 
I found a double entry on Permissions Table.

Problem is SOLVED
 
Back
Top