grafana/docs/sources/upgrade-guide/upgrade-v8.5/index.md
2023-12-14 14:14:03 -05:00

1.6 KiB

description keywords labels menutitle title weight
Upgrade to Grafana v8.5
grafana
configuration
documentation
upgrade
products
enterprise
oss
Upgrade to v8.5 Upgrade to Grafana v8.5 2400

Upgrade to Grafana v8.5

{{< 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

This section describes technical changes associated with this release of Grafana.

Default data source

The concept of a default data source existed in Grafana since the beginning. However, the meaning and behavior were not clear. The default data source was not just the starting data source for new panels but it was also saved using a special value (null). This made it possible to change the default data source to another and have that change impact all dashboards that used the default data source.

This behavior was not very intuitive and creates issues for users who want to change the default without it impacting existing dashboards. That is why we are changing the behavior in 8.5. From now on, the default data source will not be a persisted property but just the starting data source for new panels and queries. Existing dashboards that still have panels with a datasource set to null will be migrated when the dashboard opens. The migration will set the data source property to the current default data source.