• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Issue grafana repository change

mow

Silver Pleskian
Server operating system version
Debian 11.5 x86_64
Plesk version and microupdate number
Plesk Obsidian 18.0.47.5
Hi,

it seems grafana messed around with https://packages.grafana.com/oss/deb/dists/stable/InRelease changing Origin: and Label: to ". stable", so anything apt fails with
Code:
E: Repository 'https://packages.grafana.com/oss/deb stable InRelease' changed its 'Origin' value from 'grafana stable' to '. stable'
E: Repository 'https://packages.grafana.com/oss/deb stable InRelease' changed its 'Label' value from 'grafana stable' to '. stable'
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.

I've commented out the grafana line in /etc/sources.list, but that's certainly not a long-term solution, and Plesk users who haven't used the shell yet probably won't be very happy about that because I don't see an easy way to recover from this using only web …
 
Hm... the Grafana extension from Plesk uses a different repository (Index of /grafana/deb stable main) than official, we use it to be sure that updates will not broke integration.

root@debian-s-1vcpu-1gb-fra1-01:/etc/apt# lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 11 (bullseye)
Release: 11
Codename: bullseye

root@debian-s-1vcpu-1gb-fra1-01:/etc/apt# plesk version
Product version: Plesk Obsidian 18.0.47.5
OS version: Debian 11.2 x86_64
Build date: 2022/10/20 08:00
Revision: 2202ec3182f8c11e712a5926daa8200e4bd94dfd

root@debian-s-1vcpu-1gb-fra1-01:/etc/apt# grep -R grafana .
./sources.list.d/plesk-ext-grafana.list:deb Index of /grafana/deb stable main
 
... and I don't have an /etc/apt/sources.list.d/plesk-ext-grafana.list, as I have removed all plesk-related repos from /etc/apt/sources.list.d/ according to the upgrade instructions and that file didn't come back yet.

On a related note, monitoring doesn't work at all since the upgrade (all panels are empty) so there must be something more that's broken.
 
Back
Top