ix_values.yaml 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. images:
  2. image:
  3. repository: ccr.ccs.tencentyun.com/seembox/ghcr.io_immich-app_immich-server
  4. tag: v1.140.1
  5. ml_image:
  6. repository: ghcr.io/immich-app/immich-machine-learning
  7. tag: v1.140.1
  8. ml_cuda_image:
  9. repository: ghcr.io/immich-app/immich-machine-learning
  10. tag: v1.140.1-cuda
  11. ml_rocm_image:
  12. repository: ghcr.io/immich-app/immich-machine-learning
  13. tag: v1.140.1-rocm
  14. ml_openvino_image:
  15. repository: ghcr.io/immich-app/immich-machine-learning
  16. tag: v1.140.1-openvino
  17. pgvecto_image:
  18. repository: ghcr.io/immich-app/postgres
  19. tag: 15-vectorchord0.4.3-pgvectors0.2.0
  20. redis_image:
  21. repository: valkey/valkey
  22. tag: 8.1.3
  23. consts:
  24. server_container_name: server
  25. ml_container_name: machine-learning
  26. pgvecto_container_name: pgvecto
  27. redis_container_name: redis
  28. perms_container_name: permissions
  29. ml_port: 32002
  30. ml_cache_path: /mlcache
  31. db_user: immich
  32. db_name: immich
  33. base_path: /data
  34. old_storage_warning: |
  35. The storage configuration you are using is deprecated and will be removed in a future version.
  36. Please migrate to the new storage configuration format.
  37. What you essentially have to do is to create a new dataset/directory,
  38. move your data there and then update the configuration by unchecking the 'Use old storage config' option.
  39. And pointing the 'Data Storage' to the new dataset/directory.
  40. For example if you create a new dataset at '/mnt/tank/immich'
  41. In this directory create 2 datasets/directories:
  42. `/mnt/tank/immich/data` and `/mnt/tank/immich/postgres-data`
  43. Now inside the `/mnt/tank/immich/data` directory create the following directories (**NOT** datasets):
  44. `mkdir -p /mnt/tank/immich/data/{upload,thumbs,library,profile,backups,encoded-video}`
  45. Then you have to move your data from the old separate dataset/directories to the new ones.
  46. For example `/mnt/tank/old-immich-data/upload` to `/mnt/tank/immich/data/upload`.