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

1685 migrate aiven for mysql remote replica #1688

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -794,6 +794,7 @@ entries:
- file: docs/products/mysql/howto/connect-with-java
- file: docs/products/mysql/howto/connect-with-php
- file: docs/products/mysql/howto/create-database
- file: docs/products/mysql/howto/create-remote-replica
- file: docs/products/mysql/howto/connect-from-mysql-workbench
- file: docs/products/mysql/howto/migrate-from-external-mysql
- file: docs/products/mysql/howto/do-check-service-migration
Expand Down
26 changes: 26 additions & 0 deletions docs/products/mysql/howto/create-remote-replica.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
Create MySQL remote replica
===========================

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a paragraph informing the user what the article introduces and what they can learn here.
Below, please add section title "About MySQL remote replicas" or similar.

The goal of the remote replica is to provide a read-only instance of your managed MySQL service in another geographically diverse region.

This works as an extra measure to protect your data from the unlikely event that a whole region would go down. It can also improve performance if a read replica is placed closer to your end-users that read from the database.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add section title "Create a remote replica" or similar.

Here are the steps to provision remote replica
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here are the steps to provision remote replica => Take the following steps to provision a remote replica:


Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a full stop at the end of each step.

1. Login into the Aiven console using your credentials
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Log in to the `Aiven console <https://console.aiven.io/>`_ using your credentials.


2. Navigate to the MySQL instances for which you wish to create a remote replica
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

instances => services?


3. Click the "Create a read replica" button
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Click the "Create a read replica" button => Select **Create a read replica**.


.. image:: /images/products/mysql/mysql-create-read-only-replica.png
:alt: Screenshot of the Create Read-Only Replica

4. For the remote replica, give your service a name, select the cloud provider and region, and choose a suitable Aiven for MySQL plan.

5. Click "Create"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Select **Create**.


.. image:: /images/products/mysql/mysql-create-read-only-replica-choose-plan.png
:alt: Screenshot of the Create Read-Only Replica

That's it. You will see the read replica being created and listed as any other Aiven service on the Services page on the console.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.. topic:: Result

   You can see the read replica being created and listed as any other Aiven service on the **Services** page in the console.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.