From a64c771af1f7b5b991e7d496d5b30d725a9b836c Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Tue, 12 Nov 2019 10:31:32 +0100 Subject: [PATCH] Added MariaDB to exclude from auto updates --- config/Ubuntu_50unattended-upgrades | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/Ubuntu_50unattended-upgrades b/config/Ubuntu_50unattended-upgrades index 04a0b0c..2600fcb 100644 --- a/config/Ubuntu_50unattended-upgrades +++ b/config/Ubuntu_50unattended-upgrades @@ -29,6 +29,8 @@ Unattended-Upgrade::Package-Blacklist { "libc6-i686"; "mysql-server"; "mysql-client"; + "mariadb-client"; + "mariadb-server"; }; // This option will controls whether the development release of Ubuntu will be