|
1 | 1 | --- |
2 | 2 | description: >- |
3 | | - The MySQL to MariaDB Migrator automates end-to-end MySQL to MariaDB |
4 | | - migrations — schema, data, users, and validation — in four selectable modes. |
| 3 | + The MySQL to MariaDB Migrator automates end-to-end MySQL to MariaDB migrations |
| 4 | + — schema, data, users, and validation — in four selectable modes. |
| 5 | +hidden: true |
5 | 6 | --- |
6 | 7 |
|
7 | 8 | # MySQL to MariaDB Migrator |
@@ -29,12 +30,12 @@ The migrator complements the manual workflows in the [MySQL to MariaDB Migration |
29 | 30 |
|
30 | 31 | The launcher presents four migration modes as a numbered menu. The internal identifier in parentheses is the canonical form used in configuration files, environment variables (`MODE=...`), and the command line (`--mode <id>`). |
31 | 32 |
|
32 | | -| Mode | Internal ID | Type | Best For | |
33 | | -| --- | --- | --- | --- | |
34 | | -| Serial Streaming Copy | `one_step` | Offline | Smaller databases and standard maintenance windows | |
35 | | -| Parallel Restartable Streaming Copy | `two_step` | Offline | Larger datasets that need schema-then-parallel-data loading | |
36 | | -| Offline Copy | `staged` | Offline | Source and target not network-reachable, or a deferred / two-host load | |
37 | | -| Replication | `binlog` | Online | Low-downtime cutover with ongoing replication | |
| 33 | +| Mode | Internal ID | Type | Best For | |
| 34 | +| ----------------------------------- | ----------- | ------- | ---------------------------------------------------------------------- | |
| 35 | +| Serial Streaming Copy | `one_step` | Offline | Smaller databases and standard maintenance windows | |
| 36 | +| Parallel Restartable Streaming Copy | `two_step` | Offline | Larger datasets that need schema-then-parallel-data loading | |
| 37 | +| Offline Copy | `staged` | Offline | Source and target not network-reachable, or a deferred / two-host load | |
| 38 | +| Replication | `binlog` | Online | Low-downtime cutover with ongoing replication | |
38 | 39 |
|
39 | 40 | See [Migration Modes](migration-modes.md) for the detailed playbook for each. |
40 | 41 |
|
|
0 commit comments