JuanMOlivas

Results 12 comments of JuanMOlivas

Yes! it generated a dump.sql with all the info I had stored in my copy of defaang.

[This](https://github.com/supabase/supabase/discussions/773#discussioncomment-401840) helps. The best approach would be to pg_dump certain tables that we know are critical and then pg_restore only those, since a full pg_dump would backup all schemas, and...