Hi guys, my immich-server keeps crashing after 1.125.1 upgrade because of postgres tls option. Theno-verifyoption is stilldocumentedso I guess it should work. DB_URL=postgres://$(DB_USERNAME):$(DB_PASSWORD)@$(DB_HOSTNAME):$(DB_PORT)/$(DB_DATABASE_NAME)?sslmode=no-verify Initializing...
Am running Immich as Homeassistant addon with the Postgresql plugin from Alexbelgium. If I run the Smartsearch job it throws the PostgresError: pgvecto.rs: Bad literal error at me. Already tried setting concurrency to 1. Machine is having plenty of CPU and memory, so that shouildn't be ...
This appears to correctly set the DB_URL env var for the immich service itself, and presumably this all works for remote postgres connections per the above PR. However for local connections via unix domain socket this is broken, because the postgres service has this ExecStartPost script attached...
description: A chart to power Immich (immich.app) running on kubernetes name: immich version: 0.8.0 appVersion: v1.106.1 version: 0.8.1 appVersion: v1.117.0 home: https://immich.app/ icon: https://raw.githubusercontent.com/immich-app/immich/main/design/immich-logo.svg sources: 4 chang...
Copy data into the new database pod:kubectl cp dump.sql.gz immich/immich-14-pg-0:dump.sql.gz We need to load the extension withpsql -U postgres -c 'ALTER SYSTEM SET shared_preload_libraries = "vectors.so"' Restart the database so the shared library is loaded:patronictl restart immich...
immich-app#5301) Browse files Browse the repository at this point in the history * feat: add system metadata repository for storing key values for internal usage * feat: add database entities for geodata * feat: move reverse geocoding from local-reverse-geocoder to postgresql * infra: ...
The terraform and geocoding databases currently use manually defined services to map a NodePort. They should instead use https://cloudnative-pg.io/documentation/current/service_management/.