Merge "mariadb: install mariabackup on Debian" into stable/stein

This commit is contained in:
Zuul 2020-03-18 23:19:54 +00:00 committed by Gerrit Code Review
commit abd8b9401f
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 %}