Skip to main content

Pulling Prod Changes to Local Environment

  1. Make changes to the cloud Supabase dashboard
  2. Pull changes from the cloud to local environment
supabase db pull
  1. Push migrations to the local database so you have them in your local environment
supabase migrations up
info

If you're making small, non-destructive changes (e.g. adding a column to a table) this is my recommended approach when making changes to the database