• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

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