silentworks
10/30/2021, 7:38 PMabaum
11/17/2021, 1:39 PM--exclude-table=auth.identities \
also not sure if this is a version change w PostgreSQL but the commands listed in that guide needed -f
flags before the filename in each of the commands.
final command that worked for me was:
pg_dump \
-h db.PROJECT_REF.supabase.co \
-U postgres \
--clean \
--schema-only \
--exclude-table=auth.identities \
-f supabase_schema.sql