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
8989host all all 172.16.0.0/12 scram-sha-256
9090host all all 192.168.0.0/16 scram-sha-256
9191host 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
9495host 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:
99
1010# Full version strings for each major version
1111postgres_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
1717pgbouncer_release : " 1.19.0"
You can’t perform that action at this time.
0 commit comments