theunknownstuntman
Basic Pleskian
- Server operating system version
 - Ubuntu 20.04.6 LTS.
 
- Plesk version and microupdate number
 - Plesk Obsidian 18.0.60 Update #1
 
As discussed here Question - Grafana update for cve-2023-6152 still missing in https://autoinstall.plesk.com/grafana/deb I decided to
install the still missing grafana update manually to version 10.4.2 via
deb https://packages.grafana.com/oss/deb stable main
At first everything worked fine.
Now I am getting this error message
	
	
	
		
It seems grafana has been upgraded automatically and now has deprecated some features.
I decided to completely remove grafana and its config files and install the version, that supports the old configuration format via "apt install grafana=10.4.2".
At this point grafana is running fine, atl east "systemctl status grafana-server.service" says so.
Unfortunately as soon as I run "plesk bin extension --install grafana" "grafana/stable,now 11.0.0" is installed, which fails again, as I receive the following error message
	
	
	
		
In the grafana.log I can again find the error message.
	
	
	
		
My question is:
How can I get grafana 10.4.x and it's plesk extension back running.... ?? At this time three plesk servers are affected.
I use Ubuntu 20.04.6 LTS.
I appreciate any help. Thanks.
				
			install the still missing grafana update manually to version 10.4.2 via
deb https://packages.grafana.com/oss/deb stable main
At first everything worked fine.
Now I am getting this error message
		Code:
	
	logger=settings t=2024-05-21T10:02:42.360246952+02:00 level=error msg="Option '[alerting].enabled' cannot be true. Legacy Alerting is removed. It is no longer deployed, enhanced, or supported. Delete '[alerting].enabled' and use '[unified_alerting].enabled' to enable Grafana Alerting. For more information, refer to the documentation on upgrading to Grafana Alerting (https://grafana.com/docs/grafana/v10.4/alerting/set-up/migrating-alerts)"
	It seems grafana has been upgraded automatically and now has deprecated some features.
I decided to completely remove grafana and its config files and install the version, that supports the old configuration format via "apt install grafana=10.4.2".
At this point grafana is running fine, atl east "systemctl status grafana-server.service" says so.
Unfortunately as soon as I run "plesk bin extension --install grafana" "grafana/stable,now 11.0.0" is installed, which fails again, as I receive the following error message
		Code:
	
	plesk bin extension --install grafana
[2024-05-21 10:03:56.115] 1554168:664c550ecc6c1 ERR [extension/grafana] The execution of post-install.php has failed with the following message:
[2024-05-21 10:03:56.107] 1554341:664c551fe884a ERR [extension/grafana] Grafana service failed to start
The execution of post-install.php has failed with the following message:
[2024-05-21 10:03:56.107] 1554341:664c551fe884a ERR [extension/grafana] Grafana service failed to start
	In the grafana.log I can again find the error message.
		Code:
	
	logger=settings t=2024-05-21T10:02:42.360246952+02:00 level=error msg="Option '[alerting].enabled' cannot be true. Legacy Alerting is removed. It is no longer deployed, enhanced, or supported. Delete '[alerting].enabled' and use '[unified_alerting].enabled' to enable Grafana Alerting. For more information, refer to the documentation on upgrading to Grafana Alerting (https://grafana.com/docs/grafana/v10.4/alerting/set-up/migrating-alerts)"
	My question is:
How can I get grafana 10.4.x and it's plesk extension back running.... ?? At this time three plesk servers are affected.
I use Ubuntu 20.04.6 LTS.
I appreciate any help. Thanks.