I have noticed that I keep getting that notification:
The following integrations and platforms could not be set up:
* [logbook](https://www.home-assistant.io/integrations/logbook)
* [history](https://www.home-assistant.io/integrations/history)
* [default_config](https://www.home-assistant.io/integrations/default_config)
Please check your config and [logs](https://ha.ppmt.org/config/logs).
I think it appeared recently either wiht 2021.05 or 2021.05 but not so sure.
In the logs I can see this:
Error doing job: Exception in callback Recorder.async_connection_failed()
19:16:13 – (ERROR) components/recorder/__init__.py
Error during connection setup to mysql://hass:redacted@core-mariadb/homeassistant?charset=utf8mb4: (MySQLdb._exceptions.OperationalError) (2005, "Unknown MySQL server host 'core-mariadb' (-3)") (Background on this error at: http://sqlalche.me/e/14/e3q8) (retrying in 3 seconds)
19:16:10 – (ERROR) recorder - message first occurred at 19:10:28 and shows up 10 times
I thought the mariadb addon didn’t start properly so I restarted it and then restarted HA but it stayed the same. I even uninstalled it and reinstalled it but it didn’t help.
The addon itself says it started properly.
I read the latest release note but could not find anything that is related.
Do you have any advice on how to troubleshoot my issue?
Edit: actually I can see it in the error message. The only difference is that you are using ?charset=utf8mb4 where as I am using ?charset=utf8
Also I can see your database password in that error message. You might want to change it.
Hello @tom_l and thanks for your input.
I have changed the config and it still is the same. It was actually as yours before but I tried that setting after reading the doc and it mentioned that setting
it says that core-mariadb doesn’t exist but it always worked like that before
Error during connection setup to mysql://hass:redacted@core-mariadb/homeassistant?charset=utf8: (MySQLdb._exceptions.OperationalError) (2005, "Unknown MySQL server host 'core-mariadb' (-3)") (Background on this error at: http://sqlalche.me/e/14/e3q8) (retrying in 3 seconds)
sqlalchemy.exc.OperationalError: (MySQLdb._exceptions.OperationalError) (2005, "Unknown MySQL server host 'core-mariadb' (-3)")
(Background on this error at: http://sqlalche.me/e/14/e3q8)