There was an error while loading. Please reload this page.
1 parent e4e5abf commit bc5af8cCopy full SHA for bc5af8c
ansible/files/postgresql_config/pg_hba.conf_15.j2
@@ -91,4 +91,5 @@ host all all 192.168.0.0/16 scram-sha-256
91
host all all 0.0.0.0/0 scram-sha-256
92
93
# IPv6 external connections
94
-host all all ::0/0 scram-sha-256
+host all all ::0/0 scram-sha-256
95
+
ansible/vars.yml
@@ -9,9 +9,9 @@ postgres_major:
9
10
# Full version strings for each major version
11
postgres_release:
12
- postgresorioledb-17: "17.5.1.017-orioledb"
13
- postgres17: "17.4.1.074"
14
- postgres15: "15.8.1.131"
+ postgresorioledb-17: "17.5.1.017-orioledb-pghba"
+ postgres17: "17.4.1.074-pghba"
+ postgres15: "15.8.1.131-pghba"
15
16
# Non Postgres Extensions
17
pgbouncer_release: "1.19.0"
0 commit comments