TechnicalSelf-Hosting & Deployment
Manual migration using the Supabase dashboard
Export your app code from GitHub. In the Supabase dashboard, navigate to your source project's database, export the schema and data. Create a new Supabase project, import the schema via the SQL editor, and restore the data. Update your app's Supabase credentials to point to the new project. Test all features (auth, database queries, Edge Functions) before going live.
