Skip to content

Commit 4ddf837

Browse files
committed
fix: pin version of libpq to the major version installed
1 parent 4b77682 commit 4ddf837

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ansible/tasks/setup-postgrest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
- name: PostgREST - system dependencies
2121
apt:
2222
pkg:
23-
- libpq5
23+
- "libpq5={{ postgresql_major }}.*"
2424
- libnuma-dev
2525

2626
- name: PostgREST - remove Postgres PPA gpg key

ansible/vars.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ postgres_major:
99

1010
# Full version strings for each major version
1111
postgres_release:
12-
postgresorioledb-17: "17.0.1.093-orioledb"
13-
postgres17: "17.4.1.043"
14-
postgres15: "15.8.1.100"
12+
postgresorioledb-17: "17.0.1.094-orioledb-libpq-1"
13+
postgres17: "17.4.1.044-libpq-1"
14+
postgres15: "15.8.1.101-libpq-1"
1515

1616
# Non Postgres Extensions
1717
pgbouncer_release: "1.19.0"

0 commit comments

Comments
 (0)