Stash MariaDB Addon
Stash 0.9.0+ supports extending its functionality through addons. Stash MariaDB addon enables Stash to backup and restore MariaDB databases.
This guide will give you an overview of which MariaDB versions are supported and how the docs are organized.
Supported MariaDB Versions
Stash has the following addon versions for MariaDB:
Here, the addon follows M.M.P
versioning scheme where M.M.P
(Major.Minor.Patch) represents the respective database version.
Addon Version Compatibility
Any addon with matching major version with the database version should be able to take backup of that database. For example, MariaDB addon with version 10.x.x
should be able take backup of any MariaDB of 10.x.x
series. However, this might not be true for some versions. In that case, we will have separate addon for that version.
Documentation Overview
Stash MariaDB documentations are organized as below:
- How does it work? gives an overview of how backup and restore process for MariaDB database works in Stash.
- Helm managed MariaDB shows how to backup and restore a Helm managed MariaDB database.
- Auto-Backup shows how to configure a generic backup template for all the MariaDB databases of a cluster.
- Customizing Backup & Restore Process shows how to customize the backup & restore process.