Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion setup/data-management/backup_restore/kubernetes_backup.md
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ To delete existing Elasticsearch indices so that a snapshot can be restored, fol
### Restore an Elasticsearch snapshot

{% hint style="danger" %}
**When a snapshot is restored, existing indices won't be overwritten.**
**You must delete the target indices before restoring a snapshot. This will delete all existing data in those indices. The indices will then be recreated with the data from the snapshot. This step is necessary because existing indices cannot be overwritten during restoration, causing the operation to fail.**

See [delete Elasticsearch indices](kubernetes_backup.md#delete-elasticsearch-indices).
{% endhint %}
Expand Down