Skip to content

Commit 3b31db6

Browse files
committed
modified CDC Data Migration tab to show prior snapshot migration.
1 parent c540916 commit 3b31db6

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

docs/220-Migrate Data/30-cdc-migration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To start a continuous migration job, switch to the `Data Migration` tab:
1010

1111
<Screenshot url="http://127.0.0.1:8278" src="img/210-image-006.png" alt="Screenshot of the connect modal" />
1212

13-
- Click Create migration job
13+
- Click `Create migration job`
1414
- Specify the source DB connection details
1515
- If you previously saved your connection details, you will be able to select those without needing to re-enter any details
1616

docs/220-Migrate Data/40-monitor-cdc-migration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ If you are taking part in an instructor led lab, modify the query to include the
5252
:::
5353

5454
:::info
55-
Note the documents added to MongoDB with a continuous migration will include some of the fields we exluded when editing the mapping rules - specifically ID fields defined in primary key / foreign key constraints in Postgres. Relational Migrator relies on these fields to be able to accurately identify documents in MongoDB when applying updates.
55+
Note the documents added to MongoDB with a continuous migration will include some of the fields we exluded when editing the mapping rules - specifically ID fields defined in primary key / foreign key constraints in Postgres. Relational Migrator relies on these fields to be able to accurately identify documents in MongoDB when applying updates. Look at the entries in the `genres` array in a book document as an example.
5656
:::
5757

5858
Now try deleting the records we just added from Postgres:

static/img/210-image-006.png

-36.8 KB
Loading

0 commit comments

Comments
 (0)