mirror of
https://github.com/borgmatic-collective/borgmatic.git
synced 2026-07-31 13:43:02 +02:00
26 lines
543 B
Markdown
26 lines
543 B
Markdown
---
|
|
title: MariaDB
|
|
eleventyNavigation:
|
|
key: MariaDB
|
|
parent: 🗄️ Data sources
|
|
---
|
|
|
|
<span class="minilink minilink-addedin">New in version 1.8.2</span> 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:
|
|
|
|
```yaml
|
|
mariadb_databases:
|
|
- name: comments
|
|
```
|
|
|
|
|
|
### Full configuration
|
|
|
|
{% include snippet/configuration/sample.md %}
|
|
|
|
```yaml
|
|
{% include borgmatic/mariadb_databases.yaml %}
|
|
```
|