refactor(annotations): Allow skipping always on dashboard UID migrations (#113780)

This commit is contained in:
Andres Torres
2025-11-14 11:34:13 -05:00
committed by GitHub
parent e6eb40a679
commit b70c6a726f
5 changed files with 166 additions and 4 deletions
@@ -475,6 +475,10 @@ This setting applies to `sqlite` only and controls the number of times the syste
Set to `true` to add metrics and tracing for database queries. The default value is `false`.
#### `skip_dashboard_uid_migration_on_startup`
Set to true to skip dashboard UID migrations on startup. Improves startup performance for instances with large numbers of annotations who do not plan to downgrade Grafana. The default value is `false`.
<hr />
### `[remote_cache]`