Change Project Region #16341
Locked
canumula
announced in
Troubleshooting
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This is a copy of a troubleshooting article on Supabase's docs site. It may be missing some details from the original. View the original article.
Each Supabase project is provisioned on hardware in the chosen region, so it is bound to a region at the infrastructure level.
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.
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.
Beta Was this translation helpful? Give feedback.
All reactions