pg_dump --schema-only --no-owner --no-privileges --exclude-schema=auth --exclude-schema=storage --exclude-schema=extensions --exclude-schema=pg_catalog --exclude-schema=information_schema "postgres://postgres.abcde:passwrd@aws-0-ap-southeast-1.pooler.supabase.com:5432/postgres" > 000_init.sql
pg_dump: error: connection to server at "aws-0-ap-southeast-1.pooler.supabase.com" (52.77.146.31), port 5432 failed: server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.