Pausing Pro-Projects

Last edited: 2/12/2025

Pro-Projects at the moment cannot be 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. Afterwards, 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:

1
2
3
4
5
6
7
8
9
npx supabase login# link to your projectnpx supabase linknpx supabase init# will download files to current foldernpx supabase storage cp -r ss://bucket . --experimental