Stash MySQL Addon
Stash 0.9.0+ supports extending its functionality through addons. Stash MySQL addon enables Stash to backup and restore MySQL databases.
This guide will give you an overview of which MySQL versions are supported and how the docs are organized.
Supported MySQL Versions
Stash has the following addon versions for MySQL:
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, MySQL addon with version 8.x.x
should be able take backup of any MySQL of 8.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 MySQL documentations are organized as below:
- How does it work? gives an overview of how backup and restore process for MySQL database works in Stash.
- Standalone MySQL Database shows how to backup and restore a standalone MySQL database.