message: 'database "immich" has a collation version mismatch',
detail: 'The database was created using collation version 2.41, but the operating system provides version 2.36.',
hint: 'Rebuild all objects in this database that use the default collation and run ALTER DATABASE immich REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.'
ALTER DATABASE immich REFRESH COLLATION VERSION;
REINDEX DATABASE immich;