Migrating from Supabase
101–110 of 136 posts
Re: Migrating from Supabase
#102Great read. Similar to my experience with Hasura. Migrations we’re better there but the row level security was a nightmare. Went to just a custom node backend with prisma and it’s a dream. No more writing tons of json rules and multiple views just to not query the email field. Seems like these types of services are good for basic large scale crud applications, probably why you have Hasura pivoting to enterprise. The…
Had a similar experience with Hasura. They have done some amazing things leveraging Postgres and GraphQL. But there were just too many things that got really questionable. Things like migrations becoming inconsistent with metadata, schema lock in, poor ability to do rate limiting, having to use stored procedures for everything, weird SQL that had performance issues, unexplained row level locking, and so on. Local dev…
Re: Migrating from Supabase
#103I once migrated 1TB from RDS Oracle to RDS Aurora MySQL in 6 hours. I'm not familiar with Supabase, maybe there's a lot more to the data migration process?
Re: Migrating from Supabase
#104Nice read. I run 5-6 projects on Supabase currently. I have also run into the local development / migration obstacles. It's otherwise been pretty great for our needs
The CLI could use some love for sure. I think the migrations experience is also where I’ve felt the most pain. I will say, the CLI very heavily assumes that you are using the cloud product as the remote, which I guess is absolutely intentional (it’s a path to get users onto the product) but it was kind of annoying to figure that out halfway into a POC like I did. Don’t go in expecting you can point the CLI at some se…
Currently all supabase db and migration commands support --db-url flag [1] which allows you to point the CLI to any Postgres database by a connection string.
If there's any use case I missed, please feel free to open a GitHub issue and I will look into it promptly.
Re: Migrating from Supabase
#105Earlier quoted context omitted.
I don't use supabase, but am a big postgres fan: > that stuff in unmaintainable Wrong. Version your functions and use something like liquibase to apply migrations.
Way less friendly than writing code IMO
Re: Migrating from Supabase
#106Re: Migrating from Supabase
#107Earlier quoted context omitted.
And handwrite xml? No thanks. Again, if I wanted to do any of this management myself, I wouldn't be using a PaaS.
You don't have to use the xml format if you don't want to. Not sure why you wouldn't want to, since the xsd enables autocompletion in your IDE which makes it the most practical format of all. Anyway, YAML and SQL format are a thing https://docs.liquibase.com/concepts/changelogs/yaml-format.h... https://docs.liquibase.com/concepts/changelogs/sql-format.ht...
Re: Migrating from Supabase
#108Earlier quoted context omitted.
I cannot be the only person here (are there any people left?) that wishes that the comments section does not evolve to LLM summaries of articles.
For me it's the opposite. You've got the CEO speaking corporate platitudes trying to defend himself in the comments by removing focus on the actual issues at hand. LLM helped summarize the issues at hand.
Re: Migrating from Supabase
#109Re: Migrating from Supabase
#110hey hn, supabase ceo here the Val Town team were kind enough to share this article with me before they released it. Perhaps you know from previous HN threads that we take customer feedback very seriously. Hearing feedback like this is hard. Clearly the team at Val Town wanted Supabase to be great and we didn’t meet their expectations. For me personally, that hurts. A few quick comments 1. Modifying the database in pr…
Looking at your first link, there's a link to this page which currently resolves to a 404: https://supabase.com/docs/guides/platform/docs/guides/platfo...