Skip to content

Commit 1a0886f

Browse files
committed
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
1 parent 8400336 commit 1a0886f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/mariadb/Dockerfile.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
2727
] %}
2828
{% if base_distro == 'debian' %}
2929
{% set mariadb_packages = mariadb_packages + [
30+
'mariadb-backup',
3031
'mariadb-server'
3132
] %}
3233
{% else %}

0 commit comments

Comments
 (0)