-
Notifications
You must be signed in to change notification settings - Fork 51
1685 migrate aiven for mysql remote replica #1688
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
Create MySQL remote replica | ||
=========================== | ||
|
||
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. | ||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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: |
||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
|
||
2. Navigate to the MySQL instances for which you wish to create a remote replica | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. instances => services? |
||
|
||
3. Click the "Create a read replica" button | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Click the "Create a read replica" button => |
||
|
||
.. 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" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
|
||
.. 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. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
There was a problem hiding this comment.
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.