mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Additionally fix redirect from `/installation/upgrading/` to `/setup-grafana/upgrade-grafana/`. The alias proposed in https://github.com/grafana/grafana/pull/62402#discussion_r1090526464 was incorrect. It used the `../installation/upgrading/` alias as reference but I did not check the redirect. As this page itself has moved from `/setup-grafana/upgrade-grafana/` to `/upgrade-guide/` the relative alias needed updating also. To verify that this alias is working as expected: 1. Checkout this branch. 2. Run `make docs` 3. Browse to http://localhost:3002/docs/grafana/latest/setup-grafana/upgrade-grafana/ 4. Verify that you have been redirected to http://localhost:3002/docs/grafana/latest/upgrade-guide/ 5. Browse to http://localhost:3002/docs/grafana/latest/installation/upgrading/ 6. Verify that you have been redirected to http://localhost:3002/docs/grafana/latest/upgrade-guide/ Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
26 lines
740 B
Markdown
26 lines
740 B
Markdown
---
|
|
aliases:
|
|
- installation/upgrading/
|
|
- setup-grafana/upgrade-grafana
|
|
description: Guide for upgrading Grafana
|
|
keywords:
|
|
- grafana
|
|
- configuration
|
|
- documentation
|
|
- upgrade
|
|
title: Upgrade Grafana
|
|
weight: 380
|
|
---
|
|
|
|
# Upgrade Grafana
|
|
|
|
We recommend that you upgrade Grafana often to stay current with the latest fixes and enhancements. You can upgrade to any of the supported releases from any supported release.
|
|
|
|
Because Grafana upgrades are backward compatible, the upgrade process is straightforward, and dashboards and graphs will not change.
|
|
|
|
To learn what's available in a Grafana release, refer to [What's New ]({{< relref "../whatsnew/" >}}).
|
|
|
|
Refer to any of the following upgrade guides:
|
|
|
|
{{< section menuTitle="true">}}
|