Hey I went to setup my container but didn't see the there was a mismatch between the current version of postgres on SpaceInvader's container and what I see in the docker-compose.yml on github. More specifically, I see the docker-compose has 0.2.0 and I had installed 0.3.0. This is the error I am seeing. What's the best way to resolve this? Thanks!
[Nest] 400 - 03/02/2025, 11:34:56 AM LOG [Api:EventRepository] Initialized websocket server
Error: The database currently has pgvecto.rs 0.3.0 activated, but the Postgres instance only has 0.2.0 available.
This most likely means the extension was downgraded.
If pgvecto.rs 0.3.0 is compatible with Immich, please ensure the Postgres instance has this available.
at /app/immich/server/dist/services/database.service.js:91:23
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async /app/immich/server/dist/repositories/database.repository.js:211:23
api worker exited with code 1
Starting api worker
.