We couldn't find that page
Sorry, we couldn't find that page. It might be missing, or we had a temporary error generating it.
Are you looking for...?
Starts local Postgres database
CLI Reference: supabase db start
Checks local database for typing error
CLI Reference: supabase db lint
Push new migrations to the remote database
CLI Reference: supabase db push
Dumps data or schemas from the remote database
CLI Reference: supabase db dump
Resets the local database to current migrations
CLI Reference: supabase db reset
Diffs the local database for schema changes
CLI Reference: supabase db diff