You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3. Update the old primary and run `terraform plan`\
72
-
a. Change `instance_type` from `CLOUD_SQL_INSTANCE` to `READ_REPLICA_INSTANCE`\
73
-
b. Set `master_instance_name` to the new primary (original replica)\
74
-
c. Set `replica_configuration` and indicate this is a `cascadable-replica`\
75
-
d. Remove old replica from `replica_names`\
76
-
~> **NOTE**: Do **not** delete the replica_names field, even if it has no replicas remaining. Set replica_names = [] to indicate it having no replicas.\
77
-
e. Run `terraform plan` and verify that everything is done in-place (or data will be lost)
71
+
3. Update the old primary and run `terraform plan`
72
+
*Change `instance_type` from `CLOUD_SQL_INSTANCE` to `READ_REPLICA_INSTANCE`
73
+
*Set `master_instance_name` to the new primary (original replica)
74
+
*Set `replica_configuration` and indicate this is a `cascadable-replica`
75
+
*Remove old replica from `replica_names`
76
+
~> **NOTE**: Do **not** delete the replica_names field, even if it has no replicas remaining. Set replica_names = [] to indicate it having no replicas.
77
+
* Run `terraform plan` and verify that everything is done in-place (or data will be lost)
0 commit comments