immich/server/src
max 6f4362252b feat(server): Throw error when PostgreSQL version is not within the supported versions
The pgvecto.rs extension, though not distributed, can be built for PostgreSQL 12 and 13.
An installation of PostgreSQL 12 with the pgvecto.rs extensions installed will not be caught by immich.
This causes immich to attempt to run the database migrations without having a proper environment.
With assertPostgresql the server will throw an error if the PostgreSQL version is not within the supported range.
2024-01-06 14:34:12 +01:00
..
domain feat(server): Throw error when PostgreSQL version is not within the supported versions 2024-01-06 14:34:12 +01:00
immich feat(server): in upload folder, split the files into folders based on the first four of the files uuid (#6175) 2024-01-04 14:45:16 -06:00
immich-admin refactor(server): auth dto (#5593) 2023-12-09 23:34:12 -05:00
infra fix(server): Fix incorrect sorting with search (#6031) 2024-01-04 14:47:09 -06:00
microservices refactor(server): simplify config init process (#5702) 2024-01-01 13:16:44 -05:00
main.ts fix(server): immich command (#5408) 2023-11-30 14:59:47 -06:00