Skip to content

Commit d2077bc

Browse files
committed
Fixed hands-on icon
1 parent f29085f commit d2077bc

File tree

2 files changed

+2
-2
lines changed

2 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
@@ -1,6 +1,6 @@
11
import Screenshot from "@site/src/components/Screenshot";
22

3-
# 👐 Run a Continuous Migration Job
3+
# 🦸 Run a Continuous Migration Job
44

55
Relational Migrator allows you to use Change-Data-Capture processes to continously synchronize data in your MongoDB database with changes made in your source database.
66
When a continous migration is requested, Relational Migrator will first complete a normal full synchronization before entering Chane Data Capture mode.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Screenshot from "@site/src/components/Screenshot";
22

3-
# 👐 Monitor a Continuous Migration Job
3+
# 🦸 Monitor a Continuous Migration Job
44

55
When a continuous migration job has completed its initial synchronization stage, it enters the Change-Data-Capture (CDC) stage.
66
In this stage, the source database is monitored for changes, and these changes are applied to the target MongoDB database.

0 commit comments

Comments
 (0)