Skip to content

Commit bb6feec

Browse files
mariadb-stefan-hinzgitbook-bot
authored andcommitted
GITBOOK-2374: Hide Migrator per Manoj's request. Due to be published on July 8th.
1 parent a67c70e commit bb6feec

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

  • server/server-management/install-and-upgrade-mariadb/migrating-to-mariadb/moving-from-mysql/mysql-to-mariadb-migrator

server/server-management/install-and-upgrade-mariadb/migrating-to-mariadb/moving-from-mysql/mysql-to-mariadb-migrator/README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
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
56
---
67

78
# MySQL to MariaDB Migrator
@@ -29,12 +30,12 @@ The migrator complements the manual workflows in the [MySQL to MariaDB Migration
2930

3031
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>`).
3132

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 |
3839

3940
See [Migration Modes](migration-modes.md) for the detailed playbook for each.
4041

0 commit comments

Comments
 (0)