fix(server): Postgres error pretty printing by@bweesin#17204 📚 Documentation docs: evaluate models on xtd-10 and flickr30k by@mertalevin#17159 docs: Update folder support for app in README.md by@Mraedisin#17191 docs: minor typo by@mertalevin#17258 ...
You can pin this to a specific version like "v1.71.0" IMMICH_VERSION=release # Connection secret for postgres. You should change it to a random password DB_PASSWORD=*** # The values below this line do not need to be changed ### DB_HOSTNAME=immich_postgres DB_USERNAME=postgres DB_DATA...
immich_postgres postgres postgresql 14 immich_proxy nginx nginx 1.24 First Steps: Create Jail, I'm using release 13.2 with DHCP auto-configured I'm mounting a dataset to the jail in the location: /mnt/data install packages: node18, npm-node18, nginx, graphics/vips, multimedia/ffmpeg,...
Docker version 24.0.2, build cb74dfc I had postgres errors all the time. My docker-compose looks very much the same as the one shown by@wavesswe. Somehow it was frustrating after quite some time and finally the fix was just to use another postgres image. This is the image which release...
immich_postgres image: tensorchord/pgvecto-rs:pg14-v0.1.11@sha256:0335a1a22f8c5dd1b697f14f079934f5152eaaa216c09b61e293be285491f8ee env_file: - .env environment: POSTGRES_PASSWORD: ${DB_PASSWORD} POSTGRES_USER: ${DB_USERNAME} POSTGRES_DB: ${DB_DATABASE_NAME} volumes: - pgdata:/var...
However, my Immich instance as functioned without a./postgresdirectory this whole time and I assume it's defaulted elsewhere. I'm worried that restarting the container with this default might break my setup. What should I setDB_DATA_LOCATIONto, considering my setup never had it before?