I
Immich3w ago
ASD

v1.132.3 -> v1.133.0 broken

Hi, yes i did read the breaking change stuff of 1.133.0 but my docker-compose.yml is little different the docs say - image: docker.io/tensorchord/pgvecto-rs:pg14-v0.2.0@sha256:739cdd626151ff1f796dc95a6591b55a714f341c737e27f045019ceabf8e8c52 + image: ghcr.io/immich-app/postgres:14-vectorchord0.3.0-pgvectors0.2.0 but my coresponding lile is image: registry.hub.docker.com/tensorchord/pgvecto-rs:pg14-v0.2.0@sha256:90724186f0a3517cf6914295b5ab410db9ce23190a2d9d0b9dd6463e3fa298f0 is this an expected difference or does this mean i need some extra/special steps? so yesterday i just tried to replace my line with the one from the docs ... i also do not have all the "healthcheck" stuff nither the "DB_STOREGE_TYPE" as my immich sits on SSD after the change in the yml file i pulled the new version and started immich but the website did not load... sorry im far away from having any idea what i doo in docker ... i just followed like last summer some "how to install immich" doc... and since then followed all the update instructions if there was some breaking change notice. worked well till yesterday... yesterday i reverted my snapshot and now i tried again with 1.133.1 but the same... all containers start but website is not reachable. with "docker ps" i see the "immich_server" is restarting like every 60 seconds how can i check whats going on? what logs should i have a look and where do i find this logs?
25 Replies
Immich
Immich3w ago
:wave: Hey @ASD, Thanks for reaching out to us. Please carefully read this message and follow the recommended actions. This will help us be more effective in our support effort and leave more time for building Immich :immich:. References - Container Logs: docker compose logs docs - Container Status: docker ps -a docs - Reverse Proxy: https://immich.app/docs/administration/reverse-proxy - Code Formatting https://support.discord.com/hc/en-us/articles/210298617-Markdown-Text-101-Chat-Formatting-Bold-Italic-Underline#h_01GY0DAKGXDEHE263BCAYEGFJA Checklist I have... 1. :blue_square: verified I'm on the latest release(note that mobile app releases may take some time). 2. :blue_square: read applicable release notes. 3. :blue_square: reviewed the FAQs for known issues. 4. :blue_square: reviewed Github for known issues. 5. :blue_square: tried accessing Immich via local ip (without a custom reverse proxy). 6. :blue_square: uploaded the relevant information (see below). 7. :blue_square: tried an incognito window, disabled extensions, cleared mobile app cache, logged out and back in, different browsers, etc. as applicable (an item can be marked as "complete" by reacting with the appropriate number) Information In order to be able to effectively help you, we need you to provide clear information to show what the problem is. The exact details needed vary per case, but here is a list of things to consider: - Your docker-compose.yml and .env files. - Logs from all the containers and their status (see above). - All the troubleshooting steps you've tried so far. - Any recent changes you've made to Immich or your system. - Details about your system (both software/OS and hardware). - Details about your storage (filesystems, type of disks, output of commands like fdisk -l and df -h). - The version of the Immich server, mobile app, and other relevant pieces. - Any other information that you think might be relevant. Please paste files and logs with proper code formatting, and especially avoid blurry screenshots. Without the right information we can't work out what the problem is. Help us help you ;) If this ticket can be closed you can use the /close command, and re-open it later if needed.
Daniel
Daniel3w ago
It doesn't matter where your image is coming from. The important bits are pg14 and vecto.rs 0.2.0, which is the same we used as an example in our release notes So you can just copy paste the image
ASD
ASDOP3w ago
thanks to the bot who answered my log question... here comes the log as its some more likes it attached itself as txt file... hope this is fine for you
ASD
ASDOP3w ago
docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
ebad80e4a334 ghcr.io/immich-app/immich-server:release "tini -- /bin/bash s…" 32 minutes ago Restarting (1) 25 seconds ago immich_server
4706d4097cc6 ghcr.io/immich-app/immich-machine-learning:release "tini -- python -m i…" 32 minutes ago Up 32 minutes (healthy) immich_machine_learning
50e196f6995d ghcr.io/immich-app/postgres:14-vectorchord0.3.0-pgvectors0.2.0 "/usr/local/bin/immi…" 32 minutes ago Up 32 minutes (healthy) 5432/tcp immich_postgres
9e19c229eb6f valkey/valkey:8-bookworm "docker-entrypoint.s…" 32 minutes ago Up 32 minutes (healthy) 6379/tcp immich_redis
docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
ebad80e4a334 ghcr.io/immich-app/immich-server:release "tini -- /bin/bash s…" 32 minutes ago Restarting (1) 25 seconds ago immich_server
4706d4097cc6 ghcr.io/immich-app/immich-machine-learning:release "tini -- python -m i…" 32 minutes ago Up 32 minutes (healthy) immich_machine_learning
50e196f6995d ghcr.io/immich-app/postgres:14-vectorchord0.3.0-pgvectors0.2.0 "/usr/local/bin/immi…" 32 minutes ago Up 32 minutes (healthy) 5432/tcp immich_postgres
9e19c229eb6f valkey/valkey:8-bookworm "docker-entrypoint.s…" 32 minutes ago Up 32 minutes (healthy) 6379/tcp immich_redis
no reverse proxy in use... i only connect from LAN via HTTP
ASD
ASDOP3w ago
i did but it didnt like it... this is my yml file
Daniel
Daniel3w ago
Is this the error that came with this compose file? Oh wait you haven't followed the release notes completely
Mraedis
Mraedis3w ago
I spy with my little eye
Daniel
Daniel3w ago
#18429 read again and check all changes to the compose file 😅
Immich
Immich3w ago
[Discussion] v1.133.0 (immich-app/immich#18429)
Mraedis
Mraedis3w ago
a command in the database container
Daniel
Daniel3w ago
Or wait for Mraedis I guess.....
Mraedis
Mraedis3w ago
Well I am an AI trained to answer questions of course 🤖
Daniel
Daniel3w ago
You saw the message! :peepoAwesome:
ASD
ASDOP3w ago
sorry i dont understand
Daniel
Daniel3w ago
There's more red when you scroll down
No description
Daniel
Daniel3w ago
You need to remove everything that's red
ASD
ASDOP3w ago
so far i understand ... red = remove, green = add
Daniel
Daniel3w ago
Yeah You still have command: in your compose file
Mraedis
Mraedis3w ago
It's near the bottom of your compose file under restart @ASD
ASD
ASDOP3w ago
now i got it ... all in one line ... to confuse me
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
31d44047b8b1 ghcr.io/immich-app/immich-server:release "tini -- /bin/bash s…" About a minute ago Up About a minute (health: starting) 0.0.0.0:2283->2283/tcp, :::2283->2283/tcp immich_server
47de10a969d8 valkey/valkey:8-bookworm "docker-entrypoint.s…" About a minute ago Up About a minute (healthy) 6379/tcp immich_redis
45ce4945f82c ghcr.io/immich-app/postgres:14-vectorchord0.3.0-pgvectors0.2.0 "/usr/local/bin/immi…" About a minute ago Up About a minute (healthy) 5432/tcp immich_postgres
02a242fb857f ghcr.io/immich-app/immich-machine-learning:release "tini -- python -m i…" About a minute ago Up About a minute (healthy) immich_machine_learning
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
31d44047b8b1 ghcr.io/immich-app/immich-server:release "tini -- /bin/bash s…" About a minute ago Up About a minute (health: starting) 0.0.0.0:2283->2283/tcp, :::2283->2283/tcp immich_server
47de10a969d8 valkey/valkey:8-bookworm "docker-entrypoint.s…" About a minute ago Up About a minute (healthy) 6379/tcp immich_redis
45ce4945f82c ghcr.io/immich-app/postgres:14-vectorchord0.3.0-pgvectors0.2.0 "/usr/local/bin/immi…" About a minute ago Up About a minute (healthy) 5432/tcp immich_postgres
02a242fb857f ghcr.io/immich-app/immich-machine-learning:release "tini -- python -m i…" About a minute ago Up About a minute (healthy) immich_machine_learning
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
31d44047b8b1 ghcr.io/immich-app/immich-server:release "tini -- /bin/bash s…" 2 minutes ago Up 2 minutes (unhealthy) 0.0.0.0:2283->2283/tcp, :::2283->2283/tcp immich_server
47de10a969d8 valkey/valkey:8-bookworm "docker-entrypoint.s…" 2 minutes ago Up 2 minutes (healthy) 6379/tcp immich_redis
45ce4945f82c ghcr.io/immich-app/postgres:14-vectorchord0.3.0-pgvectors0.2.0 "/usr/local/bin/immi…" 2 minutes ago Up 2 minutes (healthy) 5432/tcp immich_postgres
02a242fb857f ghcr.io/immich-app/immich-machine-learning:release "tini -- python -m i…" 2 minutes ago Up 2 minutes (healthy) immich_machine_learning
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
31d44047b8b1 ghcr.io/immich-app/immich-server:release "tini -- /bin/bash s…" 2 minutes ago Up 2 minutes (unhealthy) 0.0.0.0:2283->2283/tcp, :::2283->2283/tcp immich_server
47de10a969d8 valkey/valkey:8-bookworm "docker-entrypoint.s…" 2 minutes ago Up 2 minutes (healthy) 6379/tcp immich_redis
45ce4945f82c ghcr.io/immich-app/postgres:14-vectorchord0.3.0-pgvectors0.2.0 "/usr/local/bin/immi…" 2 minutes ago Up 2 minutes (healthy) 5432/tcp immich_postgres
02a242fb857f ghcr.io/immich-app/immich-machine-learning:release "tini -- python -m i…" 2 minutes ago Up 2 minutes (healthy) immich_machine_learning
Daniel
Daniel3w ago
Looks good, right?
ASD
ASDOP3w ago
yey and now
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
31d44047b8b1 ghcr.io/immich-app/immich-server:release "tini -- /bin/bash s…" 3 minutes ago Up 3 minutes (healthy) 0.0.0.0:2283->2283/tcp, :::2283->2283/tcp immich_server
47de10a969d8 valkey/valkey:8-bookworm "docker-entrypoint.s…" 3 minutes ago Up 3 minutes (healthy) 6379/tcp immich_redis
45ce4945f82c ghcr.io/immich-app/postgres:14-vectorchord0.3.0-pgvectors0.2.0 "/usr/local/bin/immi…" 3 minutes ago Up 3 minutes (healthy) 5432/tcp immich_postgres
02a242fb857f ghcr.io/immich-app/immich-machine-learning:release "tini -- python -m i…" 3 minutes ago Up 3 minutes (healthy) immich_machine_learning
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
31d44047b8b1 ghcr.io/immich-app/immich-server:release "tini -- /bin/bash s…" 3 minutes ago Up 3 minutes (healthy) 0.0.0.0:2283->2283/tcp, :::2283->2283/tcp immich_server
47de10a969d8 valkey/valkey:8-bookworm "docker-entrypoint.s…" 3 minutes ago Up 3 minutes (healthy) 6379/tcp immich_redis
45ce4945f82c ghcr.io/immich-app/postgres:14-vectorchord0.3.0-pgvectors0.2.0 "/usr/local/bin/immi…" 3 minutes ago Up 3 minutes (healthy) 5432/tcp immich_postgres
02a242fb857f ghcr.io/immich-app/immich-machine-learning:release "tini -- python -m i…" 3 minutes ago Up 3 minutes (healthy) immich_machine_learning
and website running awsome!
Mraedis
Mraedis3w ago
better go catch it
ASD
ASDOP3w ago
thanks for holding a noob the hand
Immich
Immich3w ago
This thread has been closed. To re-open, use the button below.

Did you find this page helpful?