jacobsamo / Mixie

Mixie is an open source, community-driven recipe platform where home cooks and food enthusiasts can cook, create and collaborate on unique and delicious recipes.
https://mixiecooking.com
GNU Affero General Public License v3.0
1 stars 1 forks source link

[URGENT] migrate from planetscale to supabase #107

Closed jacobsamo closed 4 months ago

jacobsamo commented 6 months ago

Due to the recent changes to billing from Planetscale with their dropping of their free tier, things will need to be migrated to another provider.

The plan is to change from planetscale to supabase, documenting the journey through the branch and online.

Breaking down the changes into stages:

  1. setting up supabase in the project
  2. Changing tables from MySQL to Postgres
  3. migrating data from planetscale to Postgres
  4. changing from next-auth to supabase auth - may as well use the built-it services

At the end write up a blog post.

TODO: