Comment 15 for bug 1843043

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

Reviewed: https://review.opendev.org/693023
Committed: https://git.openstack.org/cgit/openstack/kolla-ansible/commit/?id=de730a4cb4397d9914403578c832199fa4aa4367
Submitter: Zuul
Branch: stable/stein

commit de730a4cb4397d9914403578c832199fa4aa4367
Author: Mark Goddard <email address hidden>
Date: Wed Oct 23 14:47:21 2019 +0000

    Use mariabackup for database backups

    Currently, Xtrabackup is used for database backups. However, Xtrabackup
    is not compatible with MariaDB 10.3. This change switches to use
    mariabackup [1], which is available in the mariadb image.

    The documented full and incremental restore procedures have been
    modified to use mariabackup, following [2] and [3].

    [1] https://mariadb.com/kb/en/library/mariabackup-overview/
    [2] https://mariadb.com/kb/en/library/full-backup-and-restore-with-mariabackup/
    [3] https://mariadb.com/kb/en/library/incremental-backup-and-restore-with-mariabackup/

    Change-Id: Id52b9b1f7b013277e401b1f6b8aed34473d2b2c4
    Closes-Bug: #1843043
    Depends-On: https://review.opendev.org/692996
    (cherry picked from commit 7f47ddf7f4933357769a715a2f8b3fb2157a7dd0)