• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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