mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-06 13:08:29 +00:00
This commit documents the backup and restore of a cluster's security configuration. It is not possible to only backup (or only restore) security configuration, independent to the rest of the cluster's conf, so this describes how a full configuration backup&restore will include security as well. Moreover, it explains how part of the security conf data resides on the special .security index and how to backup that using regular data snapshot API. Co-Authored-By: Lisa Cawley <lcawley@elastic.co> Co-Authored-By: Tim Vernum <tim@adjective.org>
23 lines
664 B
Plaintext
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[]
|