QueryFailedError
I'm setting up Immich in my Nomad cluster, so I'm translating the docker-compose setup, but this error is throwing me off.
Both the microservices and server containers throw this:
I'm running postgres:14.8-alpine for my database container, it's shared by several services.
Any idea why the
uuid_generate_v4
wouldn't be found, or is this error a red herring?3 Replies
Make sure the
uuid-ossp
extension exists on the database you have for immichThis thread might be relevant: https://github.com/immich-app/immich/issues/675#issuecomment-1242950976
GitHub
[Feature]: Using External Postgres/Redis · Issue #675 · immich-app/...
Feature detail I have a common postgres/redis server running for nextcloud, home assistant, lychee etc (not installed as a docker but as a system repo app). Is it possible for immich to use an exte...
Thanks, that was it