Docker not upgrading to 2.0.0

I have pulled several times for the new docker images but my version still says 1.143.0
40 Replies
Immich
Immich17h ago
:wave: Hey @* Pau Cabrera, 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. :ballot_box_with_check: verified I'm on the latest release(note that mobile app releases may take some time). 2. :ballot_box_with_check: read applicable release notes. 3. :ballot_box_with_check: reviewed the FAQs for known issues. 4. :ballot_box_with_check: reviewed Github for known issues. 5. :ballot_box_with_check: tried accessing Immich via local ip (without a custom reverse proxy). 6. :ballot_box_with_check: uploaded the relevant information (see below). 7. :ballot_box_with_check: 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.
* Pau Cabrera
* Pau CabreraOP17h ago
@;-)
Immich
Immich17h ago
Successfully submitted, a tag has been added to inform contributors. :white_check_mark:
* Pau Cabrera
* Pau CabreraOP17h ago
Why could this be happening?
;-)
;-)17h ago
can you send me your .env. don't forget censor the database password
* Pau Cabrera
* Pau CabreraOP17h ago
# The location where your uploaded files are stored
UPLOAD_LOCATION=./library

# The location where your database files are stored. Network shares are not supported for the database
DB_DATA_LOCATION=./postgres

# To set a timezone, uncomment the next line and change Etc/UTC to a TZ identifier from this list: https://en.wikipedia.org/wiki/List_of_tz_database_time_zon>
# TZ=Etc/UTC

# The Immich version to use. You can pin this to a specific version like "v1.71.0"
IMMICH_VERSION=release
# The location where your uploaded files are stored
UPLOAD_LOCATION=./library

# The location where your database files are stored. Network shares are not supported for the database
DB_DATA_LOCATION=./postgres

# To set a timezone, uncomment the next line and change Etc/UTC to a TZ identifier from this list: https://en.wikipedia.org/wiki/List_of_tz_database_time_zon>
# TZ=Etc/UTC

# The Immich version to use. You can pin this to a specific version like "v1.71.0"
IMMICH_VERSION=release
;-)
;-)17h ago
okay you're using release that sounds right
* Pau Cabrera
* Pau CabreraOP16h ago
what could be the failure? I am seeing that 1.144.0 was also launched, but my server did not update
Alex Tran
Alex Tran16h ago
can you do docker image ls?
* Pau Cabrera
* Pau CabreraOP16h ago
Sure, before I do, looking at the logs I am seeing this:
[Nest] 7 - 10/02/2025, 7:48:14 AM LOG [Microservices:NestFactory] Starting Nest application...
[Nest] 7 - 10/02/2025, 7:48:14 AM LOG [Microservices:InstanceLoader] BullModule dependencies initialized
[Nest] 7 - 10/02/2025, 7:48:14 AM LOG [Microservices:InstanceLoader] ClsModule dependencies initialized
[Nest] 7 - 10/02/2025, 7:48:14 AM LOG [Microservices:InstanceLoader] ClsCommonModule dependencies initialized
[Nest] 7 - 10/02/2025, 7:48:14 AM LOG [Microservices:InstanceLoader] OpenTelemetryModule dependencies initialized
[Nest] 7 - 10/02/2025, 7:48:14 AM LOG [Microservices:InstanceLoader] KyselyModule dependencies initialized
[Nest] 7 - 10/02/2025, 7:48:14 AM LOG [Microservices:InstanceLoader] KyselyCoreModule dependencies initialized
[Nest] 7 - 10/02/2025, 7:48:14 AM LOG [Microservices:InstanceLoader] DiscoveryModule dependencies initialized
[Nest] 7 - 10/02/2025, 7:48:14 AM LOG [Microservices:InstanceLoader] OpenTelemetryCoreModule dependencies initialized
[Nest] 7 - 10/02/2025, 7:48:14 AM LOG [Microservices:InstanceLoader] ClsRootModule dependencies initialized
[Nest] 7 - 10/02/2025, 7:48:14 AM LOG [Microservices:InstanceLoader] BullModule dependencies initialized
[Nest] 7 - 10/02/2025, 7:48:14 AM LOG [Microservices:InstanceLoader] BullModule dependencies initialized
[Nest] 7 - 10/02/2025, 7:48:14 AM LOG [Microservices:InstanceLoader] MicroservicesModule dependencies initialized
[Nest] 7 - 10/02/2025, 7:48:14 AM LOG [Microservices:NestApplication] Nest application successfully started
[Nest] 7 - 10/02/2025, 7:48:14 AM LOG [Microservices:Bootstrap] Immich Microservices is running [v2.0.0] [production]
[Nest] 7 - 10/02/2025, 7:48:14 AM LOG [Microservices:NestFactory] Starting Nest application...
[Nest] 7 - 10/02/2025, 7:48:14 AM LOG [Microservices:InstanceLoader] BullModule dependencies initialized
[Nest] 7 - 10/02/2025, 7:48:14 AM LOG [Microservices:InstanceLoader] ClsModule dependencies initialized
[Nest] 7 - 10/02/2025, 7:48:14 AM LOG [Microservices:InstanceLoader] ClsCommonModule dependencies initialized
[Nest] 7 - 10/02/2025, 7:48:14 AM LOG [Microservices:InstanceLoader] OpenTelemetryModule dependencies initialized
[Nest] 7 - 10/02/2025, 7:48:14 AM LOG [Microservices:InstanceLoader] KyselyModule dependencies initialized
[Nest] 7 - 10/02/2025, 7:48:14 AM LOG [Microservices:InstanceLoader] KyselyCoreModule dependencies initialized
[Nest] 7 - 10/02/2025, 7:48:14 AM LOG [Microservices:InstanceLoader] DiscoveryModule dependencies initialized
[Nest] 7 - 10/02/2025, 7:48:14 AM LOG [Microservices:InstanceLoader] OpenTelemetryCoreModule dependencies initialized
[Nest] 7 - 10/02/2025, 7:48:14 AM LOG [Microservices:InstanceLoader] ClsRootModule dependencies initialized
[Nest] 7 - 10/02/2025, 7:48:14 AM LOG [Microservices:InstanceLoader] BullModule dependencies initialized
[Nest] 7 - 10/02/2025, 7:48:14 AM LOG [Microservices:InstanceLoader] BullModule dependencies initialized
[Nest] 7 - 10/02/2025, 7:48:14 AM LOG [Microservices:InstanceLoader] MicroservicesModule dependencies initialized
[Nest] 7 - 10/02/2025, 7:48:14 AM LOG [Microservices:NestApplication] Nest application successfully started
[Nest] 7 - 10/02/2025, 7:48:14 AM LOG [Microservices:Bootstrap] Immich Microservices is running [v2.0.0] [production]
Which is really weird to say the least. On the website and on the phone app I am seeing 1.143.0
cch@cch-server:~/docker/immich $ docker image ls | grep immich
ghcr.io/immich-app/immich-server release 7500b1dc346e 17 hours ago 1.24GB
ghcr.io/immich-app/immich-machine-learning release 00cdda68b460 17 hours ago 896MB
ghcr.io/immich-app/immich-server <none> 835c4a786126 4 weeks ago 1.26GB
ghcr.io/immich-app/immich-machine-learning <none> 4180b802de53 6 weeks ago 895MB
ghcr.io/immich-app/postgres <none> 687759505915 2 months ago 776MB
cch@cch-server:~/docker/immich $ docker image ls | grep immich
ghcr.io/immich-app/immich-server release 7500b1dc346e 17 hours ago 1.24GB
ghcr.io/immich-app/immich-machine-learning release 00cdda68b460 17 hours ago 896MB
ghcr.io/immich-app/immich-server <none> 835c4a786126 4 weeks ago 1.26GB
ghcr.io/immich-app/immich-machine-learning <none> 4180b802de53 6 weeks ago 895MB
ghcr.io/immich-app/postgres <none> 687759505915 2 months ago 776MB
Alex Tran
Alex Tran16h ago
oyu are running the 2.0.0 image according to the log
;-)
;-)16h ago
that seems right, to me does it still say v1.143 in a private browser tab, maybe some browser cache issue
* Pau Cabrera
* Pau CabreraOP16h ago
No description
* Pau Cabrera
* Pau CabreraOP16h ago
I have the same issue on the app and after clearing cache on the browser
Alex Tran
Alex Tran16h ago
You probably have version check toggle off
* Pau Cabrera
* Pau CabreraOP16h ago
where can I check that?
Alex Tran
Alex Tran16h ago
No description
Alex Tran
Alex Tran16h ago
administration > settings
* Pau Cabrera
* Pau CabreraOP16h ago
No description
* Pau Cabrera
* Pau CabreraOP16h ago
It is on I have not disabled most of the default settings
Alex Tran
Alex Tran16h ago
what does the box say here?
No description
Alex Tran
Alex Tran16h ago
on the web
* Pau Cabrera
* Pau CabreraOP16h ago
No description
Alex Tran
Alex Tran16h ago
can you post your docker-compose.yml file?
* Pau Cabrera
* Pau CabreraOP16h ago
absolutely
Alex Tran
Alex Tran16h ago
looks good from the terminal where you run docker compose pull and docker compose up, can you run ip -c a?
* Pau Cabrera
* Pau CabreraOP16h ago
My network interfaces are a mess. i don't even know how do I have so many
;-)
;-)16h ago
what about disable and re-enable this toggle, is there an error in the logs?
Alex Tran
Alex Tran16h ago
Looks like the IP address of this VM is 192.168.10.100 and on your mobile app you are accessing instance 192.168.10.103
* Pau Cabrera
* Pau CabreraOP16h ago
eth0 is the main one, mullvad is the one where the traffic goes out. holy shit... How did I not notice that
Alex Tran
Alex Tran16h ago
😄
* Pau Cabrera
* Pau CabreraOP16h ago
I was connecting to the place I have most of my stuff on, and I forgot immich is somewhere else I was upgrading a instance that I don't use :KEKW:
;-)
;-)16h ago
that explains pretty much everything lmao
* Pau Cabrera
* Pau CabreraOP16h ago
Sorry for the trouble 🙏 Thank you both for helping me out
Alex Tran
Alex Tran16h ago
no problem having another set of eyes help with these things
* Pau Cabrera
* Pau CabreraOP16h ago
It does, yeah thanks a lot really Have a wonderful day you two
;-)
;-)16h ago
that is normal if you are running many containers / vm's
Alex Tran
Alex Tran16h ago
Same to you all

Did you find this page helpful?