mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-05 20:48:22 +00:00
83d961391b
* [DOCS] Move snapshot-restore docs out of modules. * [DOCS] Incorporates comments from @jrodewig. * [DOCS] Fix snippet tests
23 lines
658 B
Plaintext
23 lines
658 B
Plaintext
[[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:
|
|
|
|
. <<restore-cluster-data,Restore the data>>
|
|
. <<restore-security-configuration,Restore the security configuration>>
|
|
|
|
|
|
|
|
include::backup-cluster-data.asciidoc[]
|
|
include::backup-cluster-config.asciidoc[]
|
|
include::backup-and-restore-security-config.asciidoc[]
|
|
include::restore-cluster-data.asciidoc[]
|