You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've upgraded from v1.106.4 to v1.107.2 and I've noticed that the external ilbraries size is missing the decimal point (and I'm not sure about the units)
This is after the upgrade:
The size should be 318.3, 27.3,... And as mentioned I think in previous version it also displayed the units, like 318.3 GB
The OS that Immich Server is running on
Ubunbu Server 22.04.4
Version of Immich Server
v1.107.2
Version of Immich Mobile App
v1.107
Platform with the issue
Server
Web
Mobile
Your docker-compose.yml content
version: '3.9'services:
immich-server:
container_name: immich_server# The version needs to be the same in `immich-machine-learning` local or remote (check `remote-ml.yml`)image: ghcr.io/immich-app/immich-server:v1.107.2networks:
- traefik_proxy
- immich_defaultvolumes:
- ./upload:/usr/src/app/upload
- /etc/localtime:/etc/localtime:ro# My volumesenv_file:
- .envdevices:
- /dev/dri:/dev/drirestart: unless-stoppeddepends_on:
- redis
- databaseredis:
container_name: immich_redisimage: redis:6.2-alpinehealthcheck:
test: redis-cli ping || exit 1restart: unless-stoppednetworks:
- immich_defaultdatabase:
container_name: immich_postgresimage: tensorchord/pgvecto-rs:pg14-v0.2.0environment:
POSTGRES_PASSWORD: ${DB_PASSWORD}POSTGRES_USER: ${DB_USERNAME}POSTGRES_DB: ${DB_DATABASE_NAME}volumes:
- ./postgres:/var/lib/postgresql/datarestart: unless-stoppedcommand: ["postgres", "-c" ,"shared_preload_libraries=vectors.so", "-c", 'search_path="$$user", public, vectors', "-c", "logging_collector=on", "-c", "max_wal_size=2GB", "-c", "shared_buffers=512MB", "-c", "wal_compression=on"]networks:
- immich_defaultnetworks:
traefik_proxy:
external: trueimmich_default:
name: immich_default
Your .env content
# Only change `DB_PASSWORD`
DB_PASSWORD=__PUT_HERE_DATABASE_PASSWORD__
# Do not change this
DB_USERNAME=postgres
DB_DATABASE_NAME=immich
DB_HOSTNAME=immich_postgres
Reproduction steps
- Use an external library
- Check the size
Relevant log output
No response
Additional information
No response
The text was updated successfully, but these errors were encountered:
The bug
I've upgraded from
v1.106.4
tov1.107.2
and I've noticed that the external ilbraries size is missing the decimal point (and I'm not sure about the units)This is after the upgrade:
The size should be 318.3, 27.3,... And as mentioned I think in previous version it also displayed the units, like
318.3 GB
The OS that Immich Server is running on
Ubunbu Server 22.04.4
Version of Immich Server
v1.107.2
Version of Immich Mobile App
v1.107
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
Relevant log output
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: