Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support backup of mariadb using mariabackup #967

Merged
merged 2 commits into from Nov 24, 2021

Commits on Nov 24, 2021

  1. plugins: introduce filedaemon-mariabackup-python-plugin

    - Update test for mariadb and percona plugin to backup and recover a
      full database with content verification.
    - General overhaul and refactoring of testrunners.
    - The mariabackup and percona tests can and need to be run as
      unprivileged user.
    - Package the mariabackup plugin for deb and rpm.
    - Detect required binaries both for mariadb and for mysql/percona.
    - Binary specification can be don via commandline which will skip the
      detection. This is currently required to run both mysql/percona and
      mariabackup tests as the binary names are identical.
    pstorz committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    2bb4676 View commit details
    Browse the repository at this point in the history
  2. updated CHANGELOG.md

    pstorz committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    f5b039f View commit details
    Browse the repository at this point in the history