Hello. I have a live application running on supabase and now need to make some breaking changes.
I tried the DB branch approach first, but there were 100's of errors, so I switched to local hosting. I have Docker, Supabase and Stripe installed on my local machine. I start supabase and serve the edge functions, so far so good. But looking at the (local) database there are no triggers !
I instantiated the empty database from a pg_dump output via the SQL editor on the local studio, it ran with no errors.
The create for the triggers looks to have failed silently
I have set my dev environment up and the local application is connecting to the local database, and I can see that the local auth has created a user
What am I missing or doing wrong ?
I want to stick at getting the local dev cofig working for this and future projects, so help solving this problem woudl be appreaciated greatly.
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.