Skip to content

Commit

Permalink
how-to: reword warning about backing up all indices
Browse files Browse the repository at this point in the history
* because most indices can be recreated from the database, it's not
  necessary to back up *all* indices - but only *all relevant* ones!
  • Loading branch information
max-moser committed Jul 25, 2024
1 parent 4f338d6 commit 9ab40f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/develop/howtos/backup_search_indices.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!

Expand Down

0 comments on commit 9ab40f3

Please sign in to comment.