mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-08-09 06:32:31 +02:00
- Fix check_vchord_extension (and check_vector_extension) to query pg_available_extensions against the actual immich database instead of pg_extension on the default connection database. Immich creates the vchord extension itself on first startup, so checking pg_extension before Immich ever runs produced a false warning on every fresh install; checking pg_available_extensions reports whether the server CAN provide the extension, which is what the startup diagnostic actually needs. - Drop the vestigial `services: - mysql:want` Supervisor service-discovery hint from the four Immich config.yaml files: nothing in the add-on reads it, and the scripts are hard-coded to PostgreSQL via psql — Immich has never supported MySQL. Also fix the matching misleading line in the base README. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01PcbbgB7A5LLbPuPRjLUouk