I
Immich•2y ago
Co

getaddrinfo ENOTFOUND immich-server

Hello, when I go from v1.71.0 to v1.72.2 I get this error directly and the same in v1.73.0, I don't know how or where to look.
No description
22 Replies
Co
CoOP•2y ago
.env :
# 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=.//upload

# The Immich version to use. You can pin this to a specific version like "v1.71.0"
IMMICH_VERSION=v1.72.2

# Connection secrets for postgres and typesense. You should change these to random passwords
TYPESENSE_API_KEY=ERHEHRHRHRT
DB_PASSWORD=postgres

# The values below this line do not need to be changed
###################################################################################
DB_HOSTNAME=immich_postgres
DB_USERNAME=postgres
DB_DATABASE_NAME=immich

REDIS_HOSTNAME=immich_redis

IMMICH_WEB_URL=http://immich-web:3000
IMMICH_SERVER_URL=http://immich-server:3001
IMMICH_MACHINE_LEARNING_URL=http://immich-machine-learning:3003
# 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=.//upload

# The Immich version to use. You can pin this to a specific version like "v1.71.0"
IMMICH_VERSION=v1.72.2

# Connection secrets for postgres and typesense. You should change these to random passwords
TYPESENSE_API_KEY=ERHEHRHRHRT
DB_PASSWORD=postgres

# The values below this line do not need to be changed
###################################################################################
DB_HOSTNAME=immich_postgres
DB_USERNAME=postgres
DB_DATABASE_NAME=immich

REDIS_HOSTNAME=immich_redis

IMMICH_WEB_URL=http://immich-web:3000
IMMICH_SERVER_URL=http://immich-server:3001
IMMICH_MACHINE_LEARNING_URL=http://immich-machine-learning:3003
Co
CoOP•2y ago
Docker compose
Co
CoOP•2y ago
Thank you for your help 👌
bo0tzz
bo0tzz•2y ago
What do the container logs say?
Alex Tran
Alex Tran•2y ago
try a proper restart with docker-compose down then docker-compose up
Co
CoOP•2y ago
No description
Co
CoOP•2y ago
not working
Alex Tran
Alex Tran•2y ago
what is the machine you are running Immich on? is it a Pi?
Co
CoOP•2y ago
nop in server with debian 10
Alex Tran
Alex Tran•2y ago
try this docker-compose down then docker-compose pull and finally docker-compose up make sure you are on the latest version 1.73
Co
CoOP•2y ago
No description
Co
CoOP•2y ago
no change even in 1.73
Alex Tran
Alex Tran•2y ago
what is your docker version? docker --version
bo0tzz
bo0tzz•2y ago
What sort of CPU?
Co
CoOP•2y ago
docker-compose version 1.29.2, build 5becea4c Docker version 18.09.1, build 4c52b90
Alex Tran
Alex Tran•2y ago
I believe you docker version is pretty old so it causes issue, the most recent version is 24
Co
CoOP•2y ago
Intel Core i3-10100 3.6 GHz Quad-Core Processor 😄
Alex Tran
Alex Tran•2y ago
so you should update your docker engine and run again
Alex Tran
Alex Tran•2y ago
Docker Documentation
Install Docker Engine on Debian
Instructions for installing Docker Engine on Debian
Co
CoOP•2y ago
I'll have to figure out how to do that without blowing everything up x)
Co
CoOP•2y ago
x)
No description
Co
CoOP•2y ago
lol I'll update debian another day, I'll keep you posted Thank you.

Did you find this page helpful?