Skip to content

Commit f3c62ca

Browse files
committed
Slightly clearer
1 parent fd3ec4d commit f3c62ca

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

articles/postgresql/hyperscale/concepts-read-replicas.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -98,16 +98,15 @@ There are two common scenarios for promoting a replica:
9898
procedure.
9999
2. **Migrating to another region.** If you want to move to another region,
100100
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.
111110
112111
## Considerations
113112

0 commit comments

Comments
 (0)