Grafana OSS repo for RHEL/CentOS/Fedora

I’ve just noticed that the Grafana OSS repository for RHEL/CentOS/Fedora contains grafana-enterprise packages.
Also, it looks like installing the grafana package results in grafana-enterprise being installed.

This causes problems as the automatic update of the package results in a broken Grafana instance (probably because there is no license present).

This seems to have happened yesterday and it only affects the latest grafana-9.2.4 package:

 root@localhost:~# dnf install grafana
Updating Subscription Management repositories.
[...]
Dependencies resolved.
===================================================================================================================================================================================================================
 Package                                                         Architecture                      Version                                       Repository                                                   Size
===================================================================================================================================================================================================================
Installing:
 grafana-enterprise                                              x86_64                            7.4.5-1                                       grafana-standard-x86_64                                      52 M
[...]

 root@localhost:~# dnf info grafana
[...]
Available Packages
Name         : grafana
Version      : 9.2.4
Release      : 1
Architecture : aarch64
Size         : 87 M
Source       : grafana-9.2.4-1.src.rpm
Repository   : grafana-standard-x86_64
Summary      : Grafana
URL          : https://grafana.com
License      : AGPLv3
Description  : Grafana

Name         : grafana
Version      : 9.2.4
Release      : 1
Architecture : armhfp
Size         : 88 M
Source       : grafana-9.2.4-1.src.rpm
Repository   : grafana-standard-x86_64
Summary      : Grafana
URL          : https://grafana.com
License      : AGPLv3
Description  : Grafana

Name         : grafana
Version      : 9.2.4
Release      : 1
Architecture : x86_64
Size         : 91 M
Source       : grafana-9.2.4-1.src.rpm
Repository   : grafana-standard-x86_64
Summary      : Grafana
URL          : https://grafana.com
License      : AGPLv3
Description  : Grafana

Hi @laugmanuel,

Welcome to the :grafana: community support forums !!

Can you please share the information as to which online instructions you followed for installation? If so, what is the URL?

Thanks

Hi @usman.ahmad ,

thank’s for responding.
I just tried to reproduce with Docker to have a sharable piece of code to test.

However, during further testing, it seems like our internal mirror of the repository (we do that for offline-access purposes) was just broken. After rebuilding the mirror, the upgrade now successfully works and does no longer use grafana-enterprise.

So I guess, the problem was self-made and we can close this topic :wink: