update vectorchord

This commit is contained in:
alexbelgium
2025-05-29 15:07:46 +02:00
parent ec4b206448
commit f45e1b85c2
3 changed files with 5 additions and 3 deletions

View File

@@ -1,3 +1,5 @@
- Use vectorchord0.4.1 + pgvectors0.3.0 (for migration)
## 15.7-31 (28-05-2025)
- BREAKING CHANGE : please backup your database before updating
- Switch to new image supporting both vector.rs and VectorChord to support immich https://github.com/immich-app/immich/releases/tag/v1.133.0

View File

@@ -1,7 +1,7 @@
{
"build_from": {
"aarch64": "ghcr.io/immich-app/postgres:15-vectorchord0.3.0-pgvectors0.3.0",
"amd64": "ghcr.io/immich-app/postgres:15-vectorchord0.3.0-pgvectors0.3.0",
"aarch64": "ghcr.io/immich-app/postgres:15-vectorchord0.4.1-pgvectors0.3.0",
"amd64": "ghcr.io/immich-app/postgres:15-vectorchord0.4.1-pgvectors0.3.0",
"armv7": "postgres:15-alpine"
},
"codenotary": {

View File

@@ -38,5 +38,5 @@
"slug": "postgres",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/postgres",
"version": "15.7-31"
"version": "15.7-32"
}