Add system check for missing database indexes (#30888)

This commit is contained in:
David Roetzel 2024-07-03 09:19:54 +02:00 committed by GitHub
parent 1fc14e324b
commit ebd8e1bbb6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 248 additions and 0 deletions

View file

@ -862,6 +862,8 @@ en:
elasticsearch_version_check:
message_html: 'Incompatible Elasticsearch version: %{value}'
version_comparison: Elasticsearch %{running_version} is running while %{required_version} is required
missing_indexes_check:
message_html: 'The following indexes are missing from the database and should be recreated: <code>%{value}</code>.<br> Missing indexes may lead to severely reduced performance and data inconsistencies.'
rules_check:
action: Manage server rules
message_html: You haven't defined any server rules.