File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -89,6 +89,8 @@ host all all 10.0.0.0/8 scram-sha-256
89
89
host all all 172.16.0.0/12 scram-sha-256
90
90
host all all 192.168.0.0/16 scram-sha-256
91
91
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
92
93
93
94
# IPv6 external connections
94
95
host all all ::0/0 scram-sha-256
96
+ host replication supabase_etl_admin ::0/0 scram-sha-256
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ postgres_major:
9
9
10
10
# Full version strings for each major version
11
11
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 "
15
15
16
16
# Non Postgres Extensions
17
17
pgbouncer_release : " 1.19.0"
You can’t perform that action at this time.
0 commit comments