Back to Supabase

link to your project

apps/docs/content/troubleshooting/pausing-pro-projects-vNL-2a.mdx

1.26.041.0 KB
Original Source

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:

sql
npx supabase login

# link to your project
npx supabase link

npx supabase init

# will download files to current folder
npx supabase storage cp -r ss://bucket . --experimental