Skip to content

Immich Accelerator v1.4.12

Choose a tag to compare

@github-actions github-actions released this 18 May 05:42
cfe85be

Fixes

  • Startup validates database and Redis connections with real queries (#42). Instead of just checking TCP connectivity, the preflight now runs psql SELECT 1 and redis-cli PING. Surfaces the actual error (auth failure, port conflict, connection reset) with actionable guidance instead of letting the worker crash with a raw ECONNRESET.
  • Auto-creates missing media subdirectories on startup (#43). If upload/, thumbs/, encoded-video/, etc. are missing under IMMICH_MEDIA_LOCATION, the preflight creates them with .immich markers so Immich's StorageService doesn't crash.

Upgrade

brew upgrade immich-accelerator
immich-accelerator setup   # if first time or new features require it