You are looking at the documentation of a prior release. To read the documentation of the latest release, please
visit here.
Stash Etcd Addon
Stash v2022.05.12
supports extending its functionality through its addons. Stash Etcd addon enables Stash to backup and restore Etcd databases.
This guide will give you an overview of which Etcd versions are supported and how the docs are organized.
Supported Etcd Versions
Stash has the following addon versions for Etcd:
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, Etcd addon with version 3.x.x
should be able to take backup of any Etcd of 3.x.x
series. However, this might not be true for some versions. In that case, we will have a separate addon for that version.
Documentation Overview
Stash Etcd documentations are organized as below:
- How does it work? gives an overview of how backup and restore process for Etcd database works in Stash.
- Etcd Cluster with Basic Auth shows how to backup and restore an Etcd cluster with basic authentication enabled.
- Etcd Cluster with TLS shows how to configure backup and restore process for TLS secured Etcd cluster.
- Customizing Backup & Restore Process shows how to customize the backup & restore process.