Skip to content

Commit 4aa5fda

Browse files
committed
a
1 parent 268d3ee commit 4aa5fda

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

ansible/files/postgresql_config/pg_hba.conf.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ host all all 10.0.0.0/8 scram-sha-256
8989
host all all 172.16.0.0/12 scram-sha-256
9090
host all all 192.168.0.0/16 scram-sha-256
9191
host all all 0.0.0.0/0 scram-sha-256
92+
host replication supabase_etl_admin 0.0.0.0/0 scram-sha-256
9293

9394
# IPv6 external connections
9495
host all all ::0/0 scram-sha-256
96+
host replication supabase_etl_admin ::0/0 scram-sha-256

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.105-orioledb-etl-1"
13-
postgres17: "17.4.1.055-etl-1"
14-
postgres15: "15.8.1.112-etl-1"
12+
postgresorioledb-17: "17.0.1.105-orioledb-etl-2"
13+
postgres17: "17.4.1.055-etl-2"
14+
postgres15: "15.8.1.112-etl-2"
1515

1616
# Non Postgres Extensions
1717
pgbouncer_release: "1.19.0"

0 commit comments

Comments
 (0)