• 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!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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