ImmichI
Immich3mo ago
suza

How to properly update from 1.136 to 2.0.0

O.S.:Proxmox 9.0.10, installed through the proxmox helper script.
Proxmox: 2.0.1, running as a LXC container

So I've recently updated from 1.136 to 2.0.0, but the web ui does not seem to be up.

I looked through the releases to see if there might have been a breaking change regarding the database ( since a fresh one seems to function correctly ) but I didn't find anything.

The systemd services seem to be active including the web service, so nothing weird on a first glance.

The .env file is the following:
TZ=Europe/Rome
IMMICH_VERSION=release
NODE_ENV=production

DB_HOSTNAME=127.0.0.1
DB_USERNAME=immich
DB_PASSWORD=no
DB_DATABASE_NAME=immich
DB_VECTOR_EXTENSION=vectorchord

REDIS_HOSTNAME=127.0.0.1
IMMICH_MACHINE_LEARNING_URL=http://127.0.0.1:3003
MACHINE_LEARNING_CACHE_FOLDER=/opt/immich/cache

IMMICH_MEDIA_LOCATION=/mnt/suza/applications/immich/upload
Was this page helpful?