kolla-ansible/releasenotes/notes/mariadb-xtrabackup-d4f48464dd6baaea.yaml
Nick Jones f704a78029 Add new option to perform an on-demand backup of MariaDB
blueprint database-backup-recovery

Introduce a new option, mariadb_backup, which takes a backup of all
databases hosted in MariaDB.

Backups are performed using XtraBackup, the output of which is saved to
a dedicated Docker volume on the target host (which defaults to the
first node in the MariaDB cluster).

It supports either full (the default) or incremental backups.

Change-Id: Ied224c0d19b8734aa72092aaddd530155999dbc3
2018-11-22 09:20:59 +00:00

11 lines
372 B
YAML

---
features:
- |
Supports taking a backup of all MariaDB-hosted databases using Percona XtraBackup.
security:
- |
When the MariaDB backup option is enabled, it will create a new database
which is used to keep track of backup-related metadata, along with a new
backup user with a specific set of permissions limited to backup-related
actions only.