Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Change region in google sql cloud

My current region for the Google SQL cloud is now in the USA. I want to change the region to Europe.

like image 487
Merni Avatar asked Jun 22 '14 13:06

Merni


2 Answers

Once created, a Cloud SQL instance cannot be moved between regions. You can create a new instance, export the old one and import it into the new one.

like image 176
Razvan Musaloiu-E. Avatar answered Nov 20 '22 07:11

Razvan Musaloiu-E.


Now you can move Cloud SQL with replica feature.

  1. Create a replica in a destination region
  2. Promote the replica into primary one
  3. Change application database configuration

enter image description here

like image 43
spicydog Avatar answered Nov 20 '22 07:11

spicydog