-
-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Influxdb restaring #357
Comments
same issue here. hassio image on bare metal. tried "ha core rebuild" with no luck. |
I just barely encountered the same issue. Causing some major problems with HA because I have some sensor queries that are no longer working either |
Similar issue (?) on Home Assistant Yellow In the Influxdb add-on log I am continuously seeing things like: [15:25:29] INFO: Starting the InfluxDB... I can't log items to Influxdb or access data stored to it. Restarting Home Assistant sometimes does and sometimes does not fix it. Homeassistant configuration.yaml has host: 192.168.1.25 The add-on configuration/yaml page has: reporting: true |
Same thing happening here. |
Same here... after the 2025.1 update of HA. Did not install anny additional addons, updated some... but nothing noteworthy in the changelogs for those addons. |
added some code to output the influxdb processes debug code(from inside container: sed -i 's/level="warn"/level="debug"/' /etc/influxdb/influxdb.conf) and get nothing useful, it seems to be a timeout that the process doesnt start fast enough so something(watchdog is disabled in HA) stops the influxdb process and then we start all over again, never being able to succesfully start as there isnt enough time. output from the logs: |
Did find something in the home assistant logs;Logger: homeassistant.components.influxdb Resumed, lost 8246 events.
|
Problem/Motivation
The influxDB engine is in stop/start loop - increase in CPU usage.
I changed the logs to
TRACE
however I am unable to infer what would be the issue.It was working flawlessly for last couple years.
HA runs on Proxmox VM (OVA). The allocated storage is used at 70%.
I want to avoid removing the addon because I don't want to lose the data.
Expected behavior
The opposite of the above.
Actual behavior
Steps to reproduce
No idea.
Proposed changes
The text was updated successfully, but these errors were encountered: