• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Issue can't upgrade plesk on debian 9 to mariadb 10.

Thera

Regular Pleskian
Server operating system version
debian 9.13
Plesk version and microupdate number
Version 18.0.44 Update #3
Hi,
if i try to upgrade my mariadb 10.1 to 10.6 i get this error. but plesk doucmentation says it's no problem from Debian 9.13 and Obsidian Version 18.0.44 Update #3 - what can i do?

Thank you!

Code:
curl -sS https://downloads.mariadb.com/MariaDB/mariadb_repo_setup | sudo bash -s -- --mariadb-server-version=mariadb-10.6
# [error] Debian 8 'stretch' has reached End of Life and is no longer supported
# [error] # The MariaDB Repository only supports these distributions:
#    * RHEL/Rocky 8 & 9 (rhel)
#    * RHEL/CentOS 7 (rhel)
#    * Ubuntu 18.04 LTS (bionic), 20.04 LTS (focal), and 22.04 LTS (jammy)
#    * Debian 10 (buster), & 11 (bullseye)
#    * SLES 12 & 15 (sles)
 
@Thera If you visit Download MariaDB Server - MariaDB.org and select OS and MariaDB version, you get information for a config file for apt.
You can also create a custom MariaDB sources.list file. To do so, copy and paste the following into a file under /etc/apt/sources.list.d (for instance /etc/apt/sources.list.d/mariadb.list).


Code:
# MariaDB 10.6 repository list - created 2022-11-11 20:05 UTC
# https://mariadb.org/download/
deb https://mirror.rackspace.com/mariadb/repo/10.6/debian stretch main
# deb-src https://mirror.rackspace.com/mariadb/repo/10.6/debian stretch main
 
sorry i am a very newbe... can you help me with the full code? i paste the code into list file... and now?
 
Bash:
sudo apt-get install apt-transport-https curl
sudo curl -o /etc/apt/trusted.gpg.d/mariadb_release_signing_key.asc 'https://mariadb.org/mariadb_release_signing_key.asc'
sudo sh -c "echo 'deb https://mirror.rackspace.com/mariadb/repo/10.6/debian stretch main' >>/etc/apt/sources.list"
sudo apt-get update
sudo apt-get install mariadb-server
 
@Thera Just a note that Debian 9 was end of life on 30 June 2022. You shouldn't be using it any longer as there are no more security updates from Debian or from Plesk.
 
im crying..
The following packages have unmet dependencies:
mariadb-server : Depends: mariadb-server-10.6 (>= 1:10.6.8+maria~stretch) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

:(
 
Back
Top