Skip to content

Commit 9266d07

Browse files
committed
edit images
1 parent 47ab91a commit 9266d07

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/postgresql/migrate/migration-service/includes/single-server/postgresql-single-server-cli-migrate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ Before initiating cutover, it's important to ensure that:
434434
-`latency` parameter decreases to 0 or close to 0
435435

436436
`latency` parameter indicates when the target last synced up with the source. For example, here it's 201 and 202 for the two databases as shown in the picture below. It means that the changes that occurred in the last ~200 seconds at the source are yet to be synced to the target. At this point, writes to the source can be stopped and cutover initiated. In case there's heavy traffic at the source, it's recommended to stop writes first so that `Latency` can come close to 0, and then cutover is initiated. The Cutover operation applies all pending changes from the source to the Target and completes the migration. If you trigger a "Cutover" even with nonzero `Latency`, the replication stops until that point in time. All the data on the source until the cutover point is then applied to the target. Say a latency was 15 minutes at the cutover point, so all the change data in the last 15 minutes applies to the target. The time taken depends on the backlog of changes that occurred in the last 15 minutes. Hence, it's recommended that the latency goes to zero or near zero, before triggering the cutover.
437-
The `latency` information can be obtained using the [migration show command](#monitor-the-migration-cli).
437+
The `latency` information can be obtained using the [migration show command](#monitor-the-migration).
438438
Here's a snapshot of the migration before initiating the cutover:
439439

440440
:::image type="content" source="../../media/tutorial-migration-service-single-to-flexible/az-postgres-flexible-server-migration-cutover.png" alt-text="Screenshot of Azure Command Line Interface check for cutover." lightbox="../../media/tutorial-migration-service-single-to-flexible/az-postgres-flexible-server-migration-cutover.png":::

articles/postgresql/migrate/migration-service/includes/single-server/postgresql-single-server-portal-migrate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ After deploying the Flexible Server, follow the steps 3 to 5 under [Configure th
6363

6464
The first tab is **Setup**. In case you missed it, allowlist necessary extensions as shown in It's essential to allowlist these extensions before you initiate a migration.
6565

66-
:::image type="content" source="../../media/tutorial-migration-service-single-to-flexible/flexible-migration-setup-offline.png" alt-text="Screenshot of the details belonging to Set up tab." lightbox="../../media/tutorial-migration-service-single-to-flexible/flexible-migration-setup.png":::
66+
:::image type="content" source="../../media/tutorial-migration-service-single-to-flexible/flexible-migration-setup-offline.png" alt-text="Screenshot of the details belonging to the set up tab for offline." lightbox="../../media/tutorial-migration-service-single-to-flexible/flexible-migration-setup-offline.png":::
6767

6868
**Migration name** is the unique identifier for each migration to this Flexible Server target. This field accepts only alphanumeric characters and doesn't accept any special characters except a hyphen (-). The name can't start with a hyphen and should be unique for a target server. No two migrations to the same Flexible Server target can have the same name.
6969

@@ -234,7 +234,7 @@ After deploying the Flexible Server, follow the steps 3 to 5 under [Configure th
234234

235235
The first tab is **Setup**. In case you missed it, allowlist necessary extensions as shown in It's essential to allowlist these extensions before you initiate a migration.
236236

237-
:::image type="content" source="../../media/tutorial-migration-service-single-to-flexible/flexible-migration-setup-online.png" alt-text="Screenshot of the details belonging to Set up tab." lightbox="../../media/tutorial-migration-service-single-to-flexible/flexible-migration-setup.png":::
237+
:::image type="content" source="../../media/tutorial-migration-service-single-to-flexible/flexible-migration-setup-online.png" alt-text="Screenshot of the details belonging to the set up tab for online." lightbox="../../media/tutorial-migration-service-single-to-flexible/flexible-migration-setup-online.png":::
238238

239239
**Migration name** is the unique identifier for each migration to this Flexible Server target. This field accepts only alphanumeric characters and doesn't accept any special characters except a hyphen (-). The name can't start with a hyphen and should be unique for a target server. No two migrations to the same Flexible Server target can have the same name.
240240

0 commit comments

Comments
 (0)