<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Grafana aktuell lieber nicht updaten]]></title><description><![CDATA[<p dir="auto">Scheint aktuell etwas zickig....</p>
<pre><code>Setting up grafana-enterprise (13.1.1) ...
mv: cannot overwrite '/var/lib/grafana/plugins-bundled': Directory not empty
dpkg: error processing package grafana-enterprise (--configure):
 installed grafana-enterprise package post-installation script subprocess returned error exit status 1
Errors were encountered while processing:
 grafana-enterprise
Error: Sub-process /usr/bin/dpkg returned an error code (1)
</code></pre>
<p dir="auto"><a href="https://github.com/grafana/grafana/pull/129003" rel="nofollow ugc">https://github.com/grafana/grafana/pull/129003</a></p>
<p dir="auto">Vielleicht warten, bis 13.1.2 in Repository herauskommt, da soll das gefixed sein.</p>
]]></description><link>https://forum.iobroker.net/topic/85028/grafana-aktuell-lieber-nicht-updaten</link><generator>RSS for Node</generator><lastBuildDate>Fri, 24 Jul 2026 13:01:39 GMT</lastBuildDate><atom:link href="https://forum.iobroker.net/topic/85028.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 22 Jul 2026 12:35:31 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Grafana aktuell lieber nicht updaten on Wed, 22 Jul 2026 13:23:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/martinp" aria-label="Profile: MartinP">@<bdi>MartinP</bdi></a></p>
<p dir="auto">Das ist offenbar ein Fehler im Post-Installation-Skript (postinst) und lässt sich mit</p>
<pre><code>sudo mv /var/lib/grafana/plugins-bundled /var/lib/grafana/plugins-bundled.bak
sudo dpkg --configure -a
sudo apt-get install -f
</code></pre>
<p dir="auto">heilen (hat bei mir auf zwei Servern funktioniert).</p>
]]></description><link>https://forum.iobroker.net/post/1348890</link><guid isPermaLink="true">https://forum.iobroker.net/post/1348890</guid><dc:creator><![CDATA[Meister Mopper]]></dc:creator><pubDate>Wed, 22 Jul 2026 13:23:47 GMT</pubDate></item></channel></rss>