SupabaseS
Supabase4mo ago
Almopt

Supabase db pull it's dumping all schema

So my use case is: i have two 2 online instance, one for dev and other for prod. I don't use local. for migrate stuff from online dev to online prod i was using supabase cli, by linking to dev and doing supabase db pull and then linking to prod and doing supabase push. But i think the other day i did supabase start which create a new local. and now when i try to do the workflow and doing db pull from dev instance im getting a dump off all db without paying attention to the previous migration files. I did a db reset to my local to apply all the past correct migration files. but even after that I'm still getting a schema dump when doing db pull. Can anyone knows how to solve this?
Was this page helpful?