From 9ab40f363691971f6ac7918159377a693cb5619e Mon Sep 17 00:00:00 2001 From: Maximilian Moser Date: Thu, 25 Jul 2024 16:28:19 +0200 Subject: [PATCH] how-to: reword warning about backing up all indices * because most indices can be recreated from the database, it's not necessary to back up *all* indices - but only *all relevant* ones! --- docs/develop/howtos/backup_search_indices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/develop/howtos/backup_search_indices.md b/docs/develop/howtos/backup_search_indices.md index 8c41ac40..c4f7da4e 100644 --- a/docs/develop/howtos/backup_search_indices.md +++ b/docs/develop/howtos/backup_search_indices.md @@ -38,7 +38,7 @@ for Elasticsearch), but this should give you an idea where to start. For the sake of brevity, this guide only deals with `elasticdump` as it is a very simple tool to use and works with both Elasticsearch and OpenSearch. -!!! info "Make sure to back up all indices" +!!! info "Make sure to back up all relevant indices" Please note that the given example only deals with backing up and restoring one single index. In your instance, you should make sure to back up *all* relevant indices regularly!