You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: gate pg_hba includes on PG_VERSION in Dockerfile-supabase
Dockerfile-supabase (added after this PR was opened) is now the base
image for the PG15/17 build matrix, and didn't have the per-version
pg_hba split applied. include_if_exists requires PG16+, so PG15 keeps
the monolithic pg_hba.conf_15.j2 and drops the include fragments.
0 commit comments