-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
ERROR: PostgreSQL is not ready #22
Comments
It appears I can't get my PostgreSQL addon working correctly? |
I can't get Grafana to connect to postgres either. I just reinstalled HAOS and these are my logs from grafana when trying to connect to the data source:
|
Had similar issue. I had to update the database_host , the default 29b65938-postgres was not the one used by my PostgreSQL instance, check the Host on the PostgreSQL Info page |
Oh nice, that was it. Updating that fixed it. I ended up running teslamate on another machine but thank you! 🙏 |
Sorry. I completely missed this as I wasn't receiving notifications for my own repo for some reason. The latest version should make it clearer that there's likely to be a problem with the config as I've updated the message to: ha-addon-teslamate/services/teslamate/run Line 67 in 2c729d4
|
I've removed the default config option in #25 so others don't trip over this in future. |
I can't seem to get it to start past Postgres. It seems like it fails trying to connect to Postgres and I'm unsure if postgres has successfully launched. Given the logs it says it's ready for connections and that the database system has shutdown. I assume it does that to not keep any connections open.
Any idea as to what could be causing this?
Postgres configuration yaml:
Teslamate configuration:
TeslaMate logs:
Postgres logs:
The text was updated successfully, but these errors were encountered: