From b0f9ae743af31b7d78f7d24bd40dc9213736516d Mon Sep 17 00:00:00 2001 From: notplants <@notplants> Date: Tue, 2 Jun 2026 20:05:44 +0000 Subject: [PATCH] fix(db): switch postgres image to pgvector/pgvector:pg17 + bump PG_BACKUP_VERSION --- abra.sh | 2 +- compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/abra.sh b/abra.sh index def0c38..8cac4ed 100644 --- a/abra.sh +++ b/abra.sh @@ -1,2 +1,2 @@ export DB_ENTRYPOINT_VERSION=v1 -export PG_BACKUP_VERSION=v1 +export PG_BACKUP_VERSION=v2 diff --git a/compose.yml b/compose.yml index b2e7473..c258e1b 100644 --- a/compose.yml +++ b/compose.yml @@ -52,7 +52,7 @@ services: start_period: 20m db: - image: postgres:16 + image: pgvector/pgvector:pg17 networks: - internal secrets: