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
Copy file name to clipboardExpand all lines: docs/upgrading_to_sql_db_4.0.0.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,9 @@ The new `read_replicas` variable is used to manage all replica configuration. In
42
42
43
43
- You must have `read_replica_size` objects inside `read_replicas`
44
44
- You must use the full `zone` id which includes the region e.g. `europe-west1-c` instead of `c`
45
+
- You must not have used `random_instance_name`
46
+
47
+
**Important:** If you have enabled `random_instance_name` then you will need to manually migrate state because the migration script and module does not include the random string as part of the replica state key.
0 commit comments