Skip to content

Commit a7723b2

Browse files
Update setup/data-management/backup_restore/kubernetes_backup.md
Co-authored-by: Vladimir Iliakov <vladimir.iliakov@suse.com>
1 parent c5bb54c commit a7723b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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, 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.**
649+
**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.**
650650

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

0 commit comments

Comments
 (0)