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: use TCP connection for health checks to avoid socket auth
pg_hba.conf requires scram-sha-256 for local socket connections to
supabase_admin but trusts TCP connections via 127.0.0.1. Add -h localhost
to psql commands so they use the trusted TCP path.
0 commit comments