You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bug Fix
Guard the Grafana container teardown in upgrade.sh with an existence check (docker ps -aq -f name=^grafana$), matching the pattern already used for pypowerwall, telegraf, weather411, and tesla-history. Previously, if no Grafana container existed, docker stop grafana returned a non-zero status and aborted the upgrade before the stack could be updated or restarted. In migration paths that had already stopped services, this could leave the stack down. This affected users who disable the bundled Grafana via a compose override (profiles: ["disabled"]) to reuse an existing Grafana instance.