mariadb: install mariabackup on Debian

On AArch64 systems we are unable to deploy Stein due to lack of
mariabackup command.

Change-Id: I00b8c945470a0f63f23f2d0da74eed3189f5d9e5
Closes-bug: #1867750
This commit is contained in:
Marcin Juszkiewicz 2020-03-18 13:52:14 +01:00
parent 84003367bc
commit 1a0886f84f
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
] %}
{% if base_distro == 'debian' %}
{% set mariadb_packages = mariadb_packages + [
'mariadb-backup',
'mariadb-server'
] %}
{% else %}