Stash Elasticsearch Addon
Stash 0.9.0+ supports extending its functionality through addons. Stash Elasticsearch addon enables Stash to backup and restore Elasticsearch databases.
This guide will give you an overview of which Elasticsearch versions are supported and how the docs are organized.
Available Elasticsearch Addon Versions
Stash has the following addon versions for Elasticsearch:
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, Elasticsearch addon with version 7.x.x
should be able take backup of any Elasticsearch of 7.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 Elasticsearch documentations are organized as below:
- How does it work? gives an overview of how backup and restore process for Elasticsearch database works in Stash.
- KubeDB managed Elasticsearch shows how to backup and restore a KubeDB managed Elasticsearch database.
- Auto-Backup shows how to configure a generic backup template for all the Elasticsearch databases of a cluster.
- Customizing Backup & Restore Process shows how to customize the backup & restore process.