mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-29 18:03:32 -04:00
Updates the 'Restore a snapshot' guide to be more tutorial-focused. Adds a tutorial for restoring an entire cluster. Closes #72497.
18 lines
532 B
Text
18 lines
532 B
Text
[[backup-cluster]]
|
|
== Back up a cluster
|
|
|
|
include::../snapshot-restore/index.asciidoc[tag=backup-warning]
|
|
|
|
To have a complete backup for your cluster:
|
|
|
|
. <<backup-cluster-data,Back up the data>>
|
|
. <<backup-cluster-configuration,Back up the cluster configuration>>
|
|
. <<security-backup,Back up the security configuration>>
|
|
|
|
To restore your cluster from a backup, see <<restore-entire-cluster>>.
|
|
|
|
|
|
|
|
include::backup-cluster-data.asciidoc[]
|
|
include::backup-cluster-config.asciidoc[]
|
|
include::backup-and-restore-security-config.asciidoc[]
|