• 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

Plesk Auto Update broken

Alex.V

New Pleskian
I have successfully updated plesk to 12.0.18 but now the auto updater is broken

It states that there are components that need to be updated, but when i run the update, it says that they are already installed and the latest version.

When I try to use the panel after the upgrade, it comes up with this error

Internal error:
ODBC error #HY000: [MySQL][ODBC 3.51 Driver]Access denied for user 'apsc'@'localhost' (using password: YES)

I have tried removing and reinstalling the components but the same errors return

Any help would be appreciated


Here is a copy of the installer error log:

Exception: Scriptlet or other non-fatal errors occurred during transaction.
Loaded plugins: priorities
1228 packages excluded due to repository priority protections
Package mod_security-2.7.7-18.el6.art.x86_64 already installed and latest version
Package psa-proftpd-1.3.4c-4.el6.art.x86_64 already installed and latest version
Running rpm_check_debug
Exception: Scriptlet or other non-fatal errors occurred during transaction.
Bootstrapper has finished action (exec time: 0 sec.): parent_name='PLESK_12_0_1$
FileFetcher: get file (~empty)/PSA_12.0.18/plesk-12.0.18-cos6-x86_64.inf3
FileFetcher: get file (~empty)/SITEBUILDER_12.0.5/sitebuilder-12.0.5-rhall-all.$
FileFetcher: get file (~empty)/BILLING_12.0.18/billing-12.0.18-rhall-all.inf3
FileFetcher: get file (~empty)/NGINX_1.5.0/nginx-1.5.0-cos6-x86_64.inf3
Execute command /usr/local/psa/admin/bin/send-error-report install
Error: Failed to run the Yum utility.
The Yum utility failed to install the required packages.
Attention! Your software might be inoperable.
Please, contact product technical support.

Any help would be appreciated
 
try to run the following command

/usr/local/psa/bootstrapper/pp12.0.18-bootstrapper/bootstrapper.sh repair
 
i ran the command, but it still shows 2 available updates, and when i run the update, the following output is shown:

Installation started in background
Loaded plugins: priorities
1229 packages excluded due to repository priority protections
Package mod_security-2.7.7-18.el6.art.x86_64 already installed and latest version
Package psa-proftpd-1.3.4c-4.el6.art.x86_64 already installed and latest version
Package mod_security-2.7.7-18.el6.art.x86_64 already installed and latest version
Package psa-proftpd-1.3.4c-4.el6.art.x86_64 already installed and latest version
Package mod_security-2.7.7-18.el6.art.x86_64 already installed and latest version
Package psa-proftpd-1.3.4c-4.el6.art.x86_64 already installed and latest version


Installing packages
Loaded plugins: priorities
1229 packages excluded due to repository priority protections
Package mod_security-2.7.7-18.el6.art.x86_64 already installed and latest version
Package psa-proftpd-1.3.4c-4.el6.art.x86_64 already installed and latest version
Running rpm_check_debug
Exception: Scriptlet or other non-fatal errors occurred during transaction.
Error: Failed to run the Yum utility.
The Yum utility failed to install the required packages.
Attention! Your software might be inoperable.
Please, contact product technical support.
 
with standard Centos, epel and atomic repository active I have newer rpms.

mod_security-2.8.0-14050714.x86_64
psa-proftpd-1.3.4d-cos6.build1200140507.14.x86_64

try yum update with atomic repo disabled:

#yum update --disablerepo=atomic

This will probably solve your package problem but I doubt it will solve your mysql problem.
 
Thanks,
I have found an automated function in plesk to fix the db error, but it breaks again every day after the updates fail.
 
It worked after I disabled priorities

would it have been another repository that broke it, and could you tell me if one of my repos is incompatible with plesk?

here are my repos:
atomic
base
dag
epel
extras
railgun
remi
rpmforge
updates
 
Alex,

it is known problem with yum 'priorities' plugin. Just disable plugin if you do not have any necessity to use it. Plesk does not require this yum plugin and their collaboration is not guaranteed.
 
Back
Top