Migrating from Supabase
blog.val.town
Migrating from Supabase
1–10 of 136 posts
Re: Migrating from Supabase
#2Also curious to hear from others on this:
> After a bit of sleuthing, it ended up that Supabase was taking a database backup that took the database fully offline every night, at midnight.
This seems like a terrible design decision if true. Why not just backup via physical or logical replication?
And totally hear the issues here with database resizing and vacuuming and other operations. That stuff is a big pain when it breaks.
Re: Migrating from Supabase
#3Re: Migrating from Supabase
#4Re: Migrating from Supabase
#5> Unfortunately, we just couldn’t get it to work
Every time I read one of these migration stories, I find myself waiting with baited breath for the part the team couldn't achieve. After finding it, the remainder of the story becomes difficult to read.
It isn't necessarily the team's fault, the developer experience clearly has room for improvement. Props to Val Town for being so honest, it is difficult to do.
Re: Migrating from Supabase
#6> Local development was tough > Unfortunately, we just couldn’t get it to work Every time I read one of these migration stories, I find myself waiting with baited breath for the part the team couldn't achieve. After finding it, the remainder of the story becomes difficult to read. It isn't necessarily the team's fault, the developer experience clearly has room for improvement. Props to Val Town for being so honest, i…
Re: Migrating from Supabase
#7Re: Migrating from Supabase
#8I was recently exploring the space, and Kysely came on top as a framework with broader adoption.
Re: Migrating from Supabase
#9Curious why have you decided for Drizzle over Kysely. I was recently exploring the space, and Kysely came on top as a framework with broader adoption. https://npmtrends.com/drizzle-orm-vs-kysely
Re: Migrating from Supabase
#10I’ve faced exactly the same problems building my new product. But, on the other hand, Supabase was incredibly easy to setup, and meant I could worry about infrastructure later.
Pros and cons like with everything, and always wise to understand the flaws of the tech you’re using.