Supabase backup, simplified
Back up and migrate your Supabase database
Download a portable SQL file with your app schema, policies, table data, auth users, and storage metadata. Built for moving between local and hosted Supabase projects.
Tables, enums & indexesFunctions, triggers & RLSAuth users, identities & MFAStorage bucket metadata
How it works
Three steps from connection string to downloadable SQL.
1
Create account
Sign up with email. Your SupaDownload login is secured by Supabase Auth.
2
Connect database
Paste your Supabase connection string. Credentials are used only for the export — never stored.
3
Download SQL
Get schema, RLS policies, functions, app data, auth users, and storage bucket metadata in one file.
Built for app migrations
Exports what your app needs and skips Supabase platform internals (auth types, migrations, vault) so imports work on local and hosted projects. Auth and storage rows use ON CONFLICT DO NOTHING when a primary key exists.
Not included: Storage filesNot included: Edge FunctionsNot included: Auth provider settingsNot included: Database roles & grants