Change Project Region
每个 Supabase 项目都会在所选区域的硬件上配置,所以在基础设施层面它是绑定到某个区域的。
🌐 Each Supabase project is provisioned on hardware in the chosen region, so it is bound to a region at the infrastructure level.
因此,更改 Supabase 项目区域的步骤是:在想要的区域创建一个新项目,然后使用 迁移指南 迁移你现有的项目。
🌐 Therefore, the process to change the region of a Supabase Project is to create a new project in the desired region and migrate your existing project using the migrations guide.
如果你使用第三方认证(Facebook、Google 等),你需要手动在仪表板中复制你的客户端 ID/密钥对。另外,你还需要更改你的 API URL/匿名或服务密钥,这通常是在你的网络主机上通过环境变量完成的。
🌐 If you are using third-party auth(Facebook, Google, etc.), you need to manually copy over your client id/secret pairs in the dashboard. Also, you'd need to change your API URL/Anon or Service Keys, which is usually done via ENV vars on your web host.