@@ -51,27 +51,13 @@ the new application and shut down the legacy application.
5151
5252To learn more about migration jobs, see :ref:`rm-sync-jobs`.
5353
54- Currently Unsupported Migration Scenarios
55- -----------------------------------------
54+ Unsupported Migration Scenarios
55+ -------------------------------
5656
57- Relational Migrator currently does not support the following migration
58- scenarios:
59-
60- - Migrating multiple applications through a phased migration without
61- downtime. In this scenario, multiple legacy applications are
62- decommissioned and migrated to the new database while the original
63- database still supports writes. The migration uses :abbr:`CDC (Change
64- Data Capture)` to keep the legacy application in sync with the
65- destination database.
66-
67- - Migrating an operational data store. Depending on your workload, this
68- scenario could involve :abbr:`CDC (Change Data Capture)` running
69- indefinitely without completing.
70-
71- The preceding scenarios require long-running :abbr:`CDC (Change Data
72- Capture)`, or in some cases involve :abbr:`CDC (Change Data Capture)`
73- running indefinitely. Therefore, these scenarios are not recommended
74- with Relational Migrator.
57+ Relational Migrator currently does not support migrating an operational
58+ data store. Depending on your workload, migrating a data store could
59+ cause :abbr:`CDC (Change Data Capture)` to run indefinitely without
60+ completing, which is not recommended with Relational Migrator.
7561
7662Relational Migrator will support more migration scenarios and use cases
7763in future releases.
0 commit comments