How do I fully migrate a Supabase project from one account to another (including Edge Functions, RLS, Storage, everything) and completely disconnect it from the original account?
I have two completely separate Supabase accounts, X and Y. I want to move a project from account X to account Y with everything included database, Edge Functions, Row Level Security (RLS) policies, Storage buckets, Auth settings, and any other configuration.
After the migration, I want the project in account Y to be fully independent and no longer linked to account X in any way.
What is the best and safest way to do this?