• 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 Problem updating plesk Version 17.8.11 Update #28 on debian Debian GNU/Linux 8 (jessie) (3.16.43-2+d

Andre

New Pleskian
Hi,
when I try to update plesk on debian with apt-get update && apt-get upgrade the follwing error occurs:

mariadb-server : Depends: mariadb-server-10.0 (>= 10.0.37-0+deb8u1) but 10.0.36-0+deb8u1 is installed

plesk repair installation worked but didn't solve the problem.

Can someone help me please?
 
You have to use Plesk installer for this but not OS package manager.
You mean /usr/local/psa/admin/bin/autoinstaller ?

While executing the autoinstaller this error occurs:

--------------------------------------------%<-----------------------------------------------------------------------------
Downloading file PSA_17.8.11/examiners/disk_space_check.sh: 100% was finished.
Downloading file PSA_17.8.11/examiners/panel_preupgrade_checker.php: 100% was finished.
Downloading file PSA_17.8.11/examiners/php_launcher.sh: 100% was finished.
Checking whether the package dependencies are resolved.
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
---X--- `apt-get` output ---------------------
Reading package lists...
Building dependency tree...
Reading state information...
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
mariadb-server : Depends: mariadb-server-10.0 (>= 10.0.37-0+deb8u1) but 10.0.36-0+deb8u1 is to be installed

---------------------- `apt-get` output ---X---
Collecting error details into the log file...

ERROR: Installation will not continue

The apg-get failed with the following message:
Reading package lists...
Building dependency tree...
Reading state information...
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
mariadb-server : Depends: mariadb-server-10.0 (>= 10.0.37-0+deb8u1) but 10.0.36-0+deb8u1 is to be installed

Not all packages were installed.
Please contact product technical support.
--------------------------------------------%<-----------------------------------------------------------------------------
 
The issue, most probably, is caused by customizations in APT repositories configuration.
Please configure APT to use default repositories and comment out all custom ones in /etc/apt/sources.list:

deb http://ftp.debian.org/debian jessie main contrib non-free
deb http://ftp.debian.org/debian jessie-updates main contrib non-free

deb Debian -- Security Information jessie/updates main contrib non-free

Then, update package lists and install missing dependencies

# apt-get update
# apt-get -f install

Then try to update Plesk again.
 
The issue, most probably, is caused by customizations in APT repositories configuration.
Please configure APT to use default repositories and comment out all custom ones in /etc/apt/sources.list:

deb http://ftp.debian.org/debian jessie main contrib non-free
deb http://ftp.debian.org/debian jessie-updates main contrib non-free


deb Debian -- Security Information jessie/updates main contrib non-free

Then, update package lists and install missing dependencies

# apt-get update
# apt-get -f install

Then try to update Plesk again.
The /etc/apt/sources.list was

deb http://mirror.hetzner.de/debian/packages jessie main contrib non-free
deb http://http.debian.net/debian jessie main contrib non-free

deb Index of /debian jessie-updates main contrib non-free

deb Debian -- Security Information jessie/updates main contrib non-free

Forcing the install with apt-get -f install worked. Thanks a lot for your help!
 
Back
Top