Skip to content

Pausing Pro-Projects

目前高级项目无法暂停。不过,你可以拥有两个免费组织,每个组织可以支持一个活跃项目,同时可以无限数量的暂停项目。

🌐 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.

如果一个项目小于500MB,你可以把它转移到免费组织下。之后,你可以开始暂停。

🌐 If a project is under 500MB, you can transfer it to be under a free organization. Afterwards, you can initiate a pause.

另外,你也可以下载一个仅包含你数据库的每日备份用于存档。你也可以按照这个指南手动下载你的数据库和存储桶的.SQL文件。

🌐 Alternatively, you can download a daily backup of only your database for archiving. You can also manually download a .SQL file of your database and storage buckets by following this guide.

你也可以使用 Supabase CLI: 下载你的存储桶

🌐 You can also download your storage buckets with the Supabase CLI:

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