• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • 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.

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