Skip to content

Commit c5bb54c

Browse files
STAC-23332 Delete ElasticSearch indices before a restore operation.
1 parent a28403a commit c5bb54c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup/data-management/backup_restore/kubernetes_backup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ To delete existing Elasticsearch indices so that a snapshot can be restored, fol
646646
### Restore an Elasticsearch snapshot
647647

648648
{% hint style="danger" %}
649-
**When a snapshot is restored, existing indices won't be overwritten.**
649+
**When a snapshot is restored, existing indices won't be overwritten, and the operation will fail. You have to delete the indices before restoring a snapshot. Be careful, this will delete all data in the indices, and the indices will be recreated with the data from the snapshot.**
650650

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

0 commit comments

Comments
 (0)