Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
shorten content and remove refs
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurFlag committed Dec 20, 2023
1 parent 2303c65 commit 189d443
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions docs/products/mysql/howto/migrate-db-to-aiven-via-console.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,14 @@ The console migration tool enables you to migrate MySQL databases to managed MyS
* Cloud-hosted MySQL databases
* Managed MySQL database clusters on Aiven.

With the console migration tool, you can migrate your data using either the :ref:`continuous migration method <continuous-migration>` (default and recommended) or the :ref:`one-time snapshot method <mysqldump-migration>` (``mysqldump``).
The console migration tool provides 2 migration methods:

.. _continuous-migration:
- **(Recommended) Continuous migration:** Used by default in the tool and taken as a method to follow in this guide. This method uses logical replication so that data transfer is possible not only for existing data in the source database when triggering the migration but also for any data written to the source database during the migration.

* Recommended continuous migration method is used by default in the tool and taken as a method to follow in this guide. This method uses logical replication so that data transfer is possible not only for the data that has already been there in the source database when triggering the migration but also for any data written to the source database during the migration.
- **mysqldump**: Exports the current contents of the source database into a text file and imports it to the target database.

Check failure on line 23 in docs/products/mysql/howto/migrate-db-to-aiven-via-console.rst

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/products/mysql/howto/migrate-db-to-aiven-via-console.rst#L23

[Aiven.aiven_spelling] 'mysqldump' does not seem to be a recognised word
Raw output
{"message": "[Aiven.aiven_spelling] 'mysqldump' does not seem to be a recognised word", "location": {"path": "docs/products/mysql/howto/migrate-db-to-aiven-via-console.rst", "range": {"start": {"line": 23, "column": 5}}}, "severity": "ERROR"}
Any changes written to the source database during the migration are **not transferred**.

.. _mysqldump-migration:

* ``mysqldump`` exports current contents of the source database into a text file and imports it to the target database. Any changes written to the source database during the migration are not transferred. When you trigger the migration setup in the console and initial checks detect that your source database does not support the logical replication, you are notified about it via wizard. To continue with the migration, you can select the alternative ``mysqldump`` migration method in the wizard.
When you trigger the migration setup in the console and initial checks detect that your source database does not support the logical replication, you are notified about it via the migration wizard. To continue with the migration, you can select the alternative ``mysqldump`` migration method in the wizard.

Prerequisites
-------------
Expand Down Expand Up @@ -164,12 +163,12 @@ Step 3 - migration

If all the checks pass with no error messages, you can trigger the migration by selecting **Start migration**.

.. _stop-migration-mysql:

Step 4 - replicating
''''''''''''''''''''

.. _stop-migration-mysql:

While the migration is in progress, you can
While the migration is in progress, you can:

* Let it proceed until completed by selecting **Close window**, which closes the wizard. You come back to check the status at any time.
* Discontinue the migration by selecting **Stop migration**, which retains the data already migrated. For information on how to follow up on a stopped migration process, see :ref:`Start over <start-over-mysql>`.
Expand Down

0 comments on commit 189d443

Please sign in to comment.