OpenSearch/docs/reference/high-availability/backup-cluster.asciidoc
James Rodewig 9dcf8a53a2 [DOCS] Add CCR docs to the Elasticsearch Reference Guide (#45704)
Previously, cross-cluster replication (CCR) documentation was located in
the Stack Overview:
https://www.elastic.co/guide/en/elastic-stack-overview/master/xpack-ccr.html

This adds CCR documentation to the Elasticsearch Reference Guide with a
level offset for headings.

The level offset and CCR Stack Overview docs will be removed in later
commits.
2019-09-17 14:26:20 -04:00

23 lines
664 B
Plaintext

[[backup-cluster]]
== Back up a cluster
include::{es-repo-dir}/modules/snapshots.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[]