• 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
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

Issue Plesk Update Issue with Maria DB

Edi Duluman

Basic Pleskian
Hello gents! I am running 5 different servers all running Debian 8.11 with Plesk 17.8.11 ), and some began having issues updating themselves.

Two servers successfully upgraded to #20, while two are stuck on #18 and one is stuck at #19, all with the same outcome, as follows:

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.36-0+deb8u1) but 10.0.35-0+deb8u1 is to be installed

I am not sure if I should run apt-get -f install ... manually ... is it a good thing to do ? I'm guessing this fails for a reason.

Please advise
 
A way to fix this is to specify the exact version of the two packages that you want to install. To do this, first determine the full version numbers of the affected packages. An easy way to do so is with 'apt-cache show':
Code:
apt-cache show mysql-common | grep Version
apt-cache show libmysqlclient18 | grep Version

MariaDB - Setting up MariaDB Repositories - MariaDB

MDB will be given a list of versions. The ones in the MariaDB repositories will have "mariadb" in the version strings and are the ones you want. With the version numbers in hand you will be able to install MariaDB by explicitly specifying the version numbers
 
Back
Top