10 August 2019 Databases Mariadb Linux Server

Downgrade Mariadb

Here is a short explanation on how to downgrade a minor version of MariaDB on Debian based systems.

You can find all packages and sources on the official MariaDB website: https://downloads.mariadb.org/mariadb/

In this example, we will do the downgrade from 10.4.7 to 10.4.6: https://downloads.mariadb.org/mariadb/10.4.6/ The package source can be added in parallel to existing sources in /etc/apt/sources.list:

deb [arch=amd64,ppc64el,arm64] http://mirrors.n-ix.net/mariadb/mariadb-10.4.6/repo/ubuntu/ xenial main

Perform downgrade:

apt install mariadb-server=1:10.4.6+maria~xenial mariadb-server-10.4=1:10.4.6+maria~xenial mariadb-client=1:10.4.6+maria~xenial mariadb-client-10.4=1:10.4.6+maria~xenial mariadb-server-core-10.4=1:10.4.6+maria~xenial mariadb-client-core-10.4=1:10.4.6+maria~xenial mysql-common=1:10.4.6+maria~xenial mariadb-client=1:10.4.6+maria~xenial libmariadb3=1:10.4.6+maria~xenial

You can block updated to newer versions by performing a hold on the packages:

apt-mark hold mariadb-server*
  • LinkedIn
  • Tumblr
  • Reddit
  • Google+
  • Pinterest
  • Pocket
comments powered by Disqus
Impressum · Datenschutzerklärung · Haftungsausschluss