Add system check for missing database indexes (#30888)
This commit is contained in:
parent
1fc14e324b
commit
ebd8e1bbb6
8 changed files with 248 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue