Comment 7 for bug 2058644

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla-ansible (stable/2023.1)

Reviewed: https://review.opendev.org/c/openstack/kolla-ansible/+/922210
Committed: https://opendev.org/openstack/kolla-ansible/commit/e7de000bc85277a8a604b8a05bfdff0f7ee17ca3
Submitter: "Zuul (22348)"
Branch: stable/2023.1

commit e7de000bc85277a8a604b8a05bfdff0f7ee17ca3
Author: Mark Goddard <email address hidden>
Date: Thu Mar 21 12:41:18 2024 +0000

    Use the running MariaDB server image for backups

    If the container image used by Mariabackup is different than the
    one used by MariaDB server, it's possible that mariabackup and mariadb
    are incompatible. This may cause backup operations to fail.

    This change queries the running MariaDB server container's image and
    uses it when taking a backup. If MariaDB server isn't running on the
    host it falls back to the image defined in configuration.

    The separate mariabackup_image, mariabackup_tag and
    mariabackup_image_full variables are no longer required and have been
    removed.

    Closes-Bug: #2058644
    Change-Id: I45f3f90ec1973dae92131ea16a7b248ab7a8ae69
    (cherry picked from commit 667d153ef1668f48566f3ed7e2846649b36dea5e)