Immich external PostgreSQL Database not working #2087

Closed
opened 2026-02-05 05:03:27 +03:00 by OVERLORD · 0 comments
Owner

Originally created by @BenjaminCz0101 on GitHub (Jan 31, 2024).

The bug

Hi there i have a Problem with immich an the External database.
Are my settings right ?

The OS that Immich Server is running on

Debian 12

Version of Immich Server

latest

Version of Immich Mobile App

latest

Platform with the issue

  • Server
  • Web
  • Mobile

Your docker-compose.yml content

-

Your .env content

# You can find documentation for all the supported env variables at https://immich.app/docs/install/environment-variables

# The location where your uploaded files are stored
UPLOAD_LOCATION=./library

# The Immich version to use. 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=MY-PASSWORD

# The values below this line do not need to be changed
###################################################################################
DB_HOSTNAME=192.168.178.27
DB_USERNAME=IMMICH_DB
DB_DATABASE_NAME=IMMICH_USER

REDIS_HOSTNAME=immich_redis

Reproduction steps

-

Additional information

No response

Originally created by @BenjaminCz0101 on GitHub (Jan 31, 2024). ### The bug Hi there i have a Problem with immich an the External database. Are my settings right ? ### The OS that Immich Server is running on Debian 12 ### Version of Immich Server latest ### Version of Immich Mobile App latest ### Platform with the issue - [X] Server - [ ] Web - [ ] Mobile ### Your docker-compose.yml content ```YAML - ``` ### Your .env content ```Shell # You can find documentation for all the supported env variables at https://immich.app/docs/install/environment-variables # The location where your uploaded files are stored UPLOAD_LOCATION=./library # The Immich version to use. 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=MY-PASSWORD # The values below this line do not need to be changed ################################################################################### DB_HOSTNAME=192.168.178.27 DB_USERNAME=IMMICH_DB DB_DATABASE_NAME=IMMICH_USER REDIS_HOSTNAME=immich_redis ``` ### Reproduction steps ```bash - ``` ### Additional information _No response_
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#2087