The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
grafana/docs/sources/upgrade-guide/upgrade-v10.4/index.md

1.4 KiB

description keywords title menuTitle weight
Guide for upgrading to Grafana v10.4 [grafana configuration documentation upgrade 10.4] Upgrade to Grafana v10.4 Upgrade to v10.4 1300

Upgrade to Grafana v10.4

{{< docs/shared lookup="upgrade/intro.md" source="grafana" version="" >}}

{{< docs/shared lookup="back-up/back-up-grafana.md" source="grafana" version="" leveloffset="+1" >}}

{{< docs/shared lookup="upgrade/upgrade-common-tasks.md" source="grafana" version="" >}}

Technical notes

Legacy alerting -> Grafana Alerting dry-run on start

If you haven't already upgraded to Grafana Alerting from legacy Alerting, Grafana will initiate a dry-run of the upgrade every time the instance starts. This is in preparation for the removal of legacy Alerting in Grafana v11. The dry-run logs the results of the upgrade attempt and identifies any issues requiring attention before you can successfully execute the upgrade. No changes are made during the dry-run.

You can disable this behavior using the feature flag alertingUpgradeDryrunOnStart:

[feature_toggles]
alertingUpgradeDryrunOnStart=false

{{% admonition type="note" %}} We strongly encourage you to review the upgrade guide and perform the necessary upgrade steps prior to v11. {{% /admonition %}}