File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed
articles/postgresql/hyperscale Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -98,16 +98,15 @@ There are two common scenarios for promoting a replica:
98
98
procedure.
99
99
2 . ** Migrating to another region.** If you want to move to another region,
100
100
create a replica in the new region, wait for data to catch up, then promote
101
- the replica. To avoid potentially losing data, you may want to disable writes
102
- to the original server group, after replica catches up, as you promote the
103
- replica.
104
-
105
- > [ !NOTE]
106
- >
107
- > There isn't yet a way in the Azure portal to view replication lag. To
108
- > determine when a replica has sufficiently caught up, you can insert a signal
109
- > row in a table of the original server group, and wait for it to appear in the
110
- > replica.
101
+ the replica. To avoid potentially losing data during promotion, you may want
102
+ to disable writes to the original server group after the replica catches up.
103
+
104
+ > [ !NOTE]
105
+ >
106
+ > There isn't yet a way in the Azure portal to view replication lag. To
107
+ > determine when a replica has sufficiently caught up, you can insert a signal
108
+ > row in a table of the original server group, and wait for it to appear in the
109
+ > replica.
111
110
112
111
## Considerations
113
112
You can’t perform that action at this time.
0 commit comments