Threads
Loading user profile...
I use the project restore button on the backups page.
Free plans != production environment
This looks pretty great! Do you have it set up for PITR? My database is over 25 gigs and I am wondering how much disk I/O budget I’m going to burn through with this.
That’s what RLS is for
You’re complaining that you only get two free projects?
Beware of what use case you use with Realtime. It is the most expensive part of my Supabase bill.
That’s a read-only copy. If the main DB goes down like yesterday, there still no writing to the DB. Also, Auth was down yesterday too.
Clone your project in Supabase, update that DB, copy over changes that happened, then point prod at your new upgraded project. Minimal downtime.