-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
MariaDB: Initial startup issues #653
Comments
@ludeeus, are you by chance using ZFS for your underlying Hass.io storage? I was also hit by this and turns out there's an upstream incompatibility with MariaDB versions >= 10.2 and ZFS volumes due to the new way MariaDB preallocates file system space. I was able to workaround it by rebuilding the core-mariadb container using Alpine 3.7 (containing most recent MariaDB version prior to 10.2)
and restarting the addon |
I am not, just a regular SSD. |
So, I, too randomly had this exact problem when I restarted HA after making some config changes to a camera (no changes to the add-on or the recorder: config). My solution was to hard-code the Hassio IP address into the db_url: instead of core-mariadb
No idea what's going on with the add-on or Hassio that caused it to crap out. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
What has helped for me is to change the host in add-on configuration to "%" in both places. That was a solution that I read about here: https://community.home-assistant.io/t/mariadb-add-on-trouble/37771/5?u=ifloris |
Description
I cannot connect to the addon from Home Assistant, potentially due to the issue I get when I initially start the addon after installation.
Home Assistant configuration:*
Logs in Home Assistant:
Env
Add-on configuration:
What has been tried so far:
"%"
as the "host" in the addon configurationAddon logs during the initial startup:
At that point the addon stops.
Logs during all other startups:
At that point, the addon stay started, but it's not possible to use it.
logs from the supervisor:
The container is pingable so there is communication between them:
The text was updated successfully, but these errors were encountered: