@@ -87,22 +87,18 @@ Steps
87
87
- Integer. Indicates the number of errors after which Relational
88
88
Migrator stops the migration job.
89
89
* - Verify migrated data
90
- - Boolean. If true, the sync engine checks the migrated data
90
+ - Boolean. If true, the sync engine verifies migrated data
91
91
against the source database. Only supported for snapshot mode.
92
92
93
- After you specify the job type on :guilabel:`Migration Options`
94
- form, Relational Migrator conducts various checks to ensure that
95
- the database is configured correctly. If a configuration is
96
- missing, a banner displays indicating improper
97
- database setup and provides a :guilabel:`Generate Script` button
98
- for SQL script download.
99
-
100
- This script includes the required configuration statements
101
- and additional instructions in the form of comments.
93
+ When you set the :guilabel:`Mode`, Relational Migrator checks if
94
+ the database is configured correctly. If it finds issues, it displays a
95
+ warning banner and a :guilabel:`Generate Script` button to download an
96
+ SQL script. This script includes the required configuration statements,
97
+ and any additional instructions as comments.
102
98
103
99
.. warning::
104
100
105
- Before proceeding with starting a migration job:
101
+ Before starting a migration job:
106
102
107
103
1. Download the script.
108
104
2. Carefully review its contents.
@@ -115,14 +111,22 @@ Steps
115
111
your migration job. These details include the type, the number of
116
112
tables and rows affected, and the estimated data size of the
117
113
migration job. To start your migration job, click :guilabel:`Start`.
118
-
119
- .. note ::
120
114
121
- For Kafka migration jobs, view deployment details by selecting the
122
- job in the :guilabel:`History` pane on the
123
- :guilabel:`Data Migration` screen and hovering
124
- over the icon next to the :guilabel:`Create Migration Job`
125
- button.
115
+ To view deployment details for Kafka migration jobs, select the
116
+ job in the :guilabel:`History` pane on the
117
+ :guilabel:`Data Migration` screen and hover
118
+ over the icon next to the :guilabel:`Create Migration Job`
119
+ button.
120
+
121
+ .. important::
122
+
123
+ For large migration jobs to an Atlas cluster, the Review Summary may
124
+ include :guilabel:`Atlas Performance Suggestions` that recommend
125
+ higher cluster tiers. Upgrading is optional, but reduces migration time.
126
+
127
+ Click :guilabel:`Upgrade on Atlas` to open Atlas in a new browser
128
+ tab or window. If you want to upgrade, but don't have the necessary
129
+ permissions, please contact your administrator.
126
130
127
131
Next Steps
128
132
----------
0 commit comments