YK

Results 233 comments of YK

@CerealPlayer sounds good!

@TAKANOME-DEV right, thank you for the overview. Any thoughts on [this discussion](https://github.com/ykdojo/defaang/discussions/242) or [this issue](https://github.com/ykdojo/defaang/issues/300)?

Update: I tried the methods described in [the blog post](https://ironeko.com/posts/creating-a-local-backup-of-a-supabase-database), but it didn't quite work - I got a connection error. I used pgAdmin and it seems like I was...

@CerealPlayer sounds good. Were you able to restore a DB from that?

How did you upload it back to Supabase? That was another part I had trouble with.

> 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 supabase...

Yes, something like that. To assign mods, we should be able to do it on Supabase itself (like is_mod = true in the database)

I don't have a strong preference on either option. A separate internal tooling might be interesting though - maybe with Django. I specifically mention Django because some people said they...

Note: database schema explained in #108