Files
hassio-addons/immich/rootfs/etc/cont-init.d
Claude 1d9ace0337 Immich: address Copilot PR review findings
- 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
2026-07-04 14:12:14 +00:00
..
2025-07-23 08:58:09 +00:00
2025-08-19 08:26:50 +02:00