[v9.5.x] Chore: Update RPM docs to include beta release references (#85787)

Chore: Update RPM docs to include beta release references (#85753)

* Update RPM docs to include beta release references

* andreas/update-installation-docs/ run lint

* Don't number lists

---------

Co-authored-by: jev forsberg <jev.forsberg@grafana.com>
(cherry picked from commit 3420e942ac)

Co-authored-by: Andreas Christou <andreas.christou@grafana.com>
This commit is contained in:
grafana-delivery-bot[bot]
2024-04-09 12:19:38 +01:00
committed by GitHub
co-authored by Andreas Christou
parent f0891d4710
commit 45d252642e
@@ -17,15 +17,21 @@ If you install via RPM or the `.tar.gz` file, then you must manually update Graf
If you install from the RPM repository, then Grafana is automatically updated every time you update your applications.
| Grafana Version | Package | Repository |
| ------------------ | ------------------ | ------------------------- |
| Grafana Enterprise | grafana-enterprise | `https://rpm.grafana.com` |
| Grafana OSS | grafana | `https://rpm.grafana.com` |
| Grafana Version | Package | Repository |
| ------------------------- | ------------------ | ------------------------------ |
| Grafana Enterprise | grafana-enterprise | `https://rpm.grafana.com` |
| Grafana Enterprise (Beta) | grafana-enterprise | `https://rpm-beta.grafana.com` |
| Grafana OSS | grafana | `https://rpm.grafana.com` |
| Grafana OSS (Beta) | grafana | `https://rpm-beta.grafana.com` |
> **Note:** Grafana Enterprise is the recommended and default edition. It is available for free and includes all the features of the OSS edition. You can also upgrade to the [full Enterprise feature set](https://grafana.com/products/enterprise/?utm_source=grafana-install-page), which has support for [Enterprise plugins](https://grafana.com/grafana/plugins/?enterprise=1&utcm_source=grafana-install-page).
To install Grafana from the RPM repository, complete the following steps:
{{% admonition type="note" %}}
If you wish to install beta versions of Grafana, substitute the repository URL for the beta URL listed above.
{{% /admonition %}}
1. Import the GPG key:
```bash
@@ -47,12 +53,6 @@ To install Grafana from the RPM repository, complete the following steps:
sslcacert=/etc/pki/tls/certs/ca-bundle.crt
```
1. To prevent beta versions from being installed, add the following exclude line to your `.repo` file.
```bash
exclude=*beta*
```
1. To install Grafana OSS, run the following command:
```bash