mariadb.md 500 B


title: MariaDB eleventyNavigation: key: • MariaDB

parent: 🗄️ Data sources

New in version 1.8.2 To backup MariaDB with borgmatic, use the mariadb_databases: hook instead of mysql_databases: as the MariaDB hook calls native MariaDB commands instead of the deprecated MySQL ones. For instance:

mariadb_databases:
    - name: comments

Full configuration

{% include borgmatic/mariadb_databases.yaml %}