Pausing Pro-Projects
Last edited: 1/17/2025
Pro-Projects at the moment cannot paused. However, You are allowed to have two free organizations that can support one active project each and an unlimited amount of paused ones.
If a project is under 500MB, you can transfer it to be under a free organization. Afterward, you can initiate a pause.
Alternatively, you can download a daily backup of just your database for archiving. You can also manually download a .SQL file of your database and storage buckets by following this guide.
You can also download your storage buckets with the Supabase CLI:
_10npx supabase login_10_10# link to your project_10npx supabase link_10_10npx supabase init_10_10# will download files to current folder_10npx supabase storage cp -r ss://bucket . --experimental