Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backup: Elaticsearch application-level consistent backup using Snapshot and Restore API #34

Open
ricsanfre opened this issue Jan 3, 2022 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@ricsanfre
Copy link
Owner

Enhancement Request

The only supported way to backup Elasticsearch is via the snapshot and restore APIs. File system level backups, which are the one provided by Velero and Longhorn, does not guarantee a application-consistent backup

Implementation details

S3 object storage, i.e Minio, can be used as repository for Elasticsearch snapshots feature. Elasticsearch's S3 repository plugin need to be installed and configured.
Documentation about how to configure snapshot capability using ECK operator can be found here

.

@ricsanfre ricsanfre added the enhancement New feature or request label Jan 3, 2022
@ricsanfre ricsanfre added this to the release 1.2 milestone Jan 3, 2022
@ricsanfre ricsanfre removed this from the release 1.2 milestone Jan 29, 2022
@ricsanfre ricsanfre added this to the backlog milestone Mar 22, 2022
@ricsanfre
Copy link
Owner Author

Since version 8.0, S3 repository plugin is already included in ES. Not need a separate installation.

See snapshot and restore latest documentation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant