Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion infra/scripts/backup-verify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ docker run -d --rm \
-e POSTGRES_PASSWORD="$PG_PASS" \
-e POSTGRES_DB="$PG_DB" \
-p "$PORT:5432" \
postgres:16 >/dev/null
pgvector/pgvector:pg16 >/dev/null # prod schema uses CREATE EXTENSION vector (pgvector); vanilla postgres:16 fails restore

echo "[verify] waiting for postgres to accept connections ..."
for i in {1..30}; do
Expand Down
Loading