-
Notifications
You must be signed in to change notification settings - Fork 51
1685 migrate aiven for mysql remote replica #1688
Conversation
Deploying with Cloudflare Pages
|
Hi @deanholbrough , |
@@ -0,0 +1,26 @@ | |||
Create MySQL remote replica | |||
=========================== | |||
|
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.
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 comment
The reason will be displayed to describe this comment to others. Learn more.
Please add section title "Create a remote replica" or similar.
|
||
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. | ||
|
||
Here are the steps to provision remote replica |
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.
Here are the steps to provision remote replica => Take the following steps to provision a remote replica:
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. | ||
|
||
Here are the steps to provision remote replica | ||
|
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 full stop at the end of each step.
|
||
2. Navigate to the MySQL instances for which you wish to create a remote replica | ||
|
||
3. Click the "Create a read replica" button |
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.
Click the "Create a read replica" button => Select **Create a read replica**.
|
||
1. Login into the Aiven console using your credentials | ||
|
||
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 comment
The reason will be displayed to describe this comment to others. Learn more.
instances => services?
|
||
Here are the steps to provision remote replica | ||
|
||
1. Login into the Aiven console using your credentials |
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.
Log in to the `Aiven console <https://console.aiven.io/>`_ using your credentials.
|
||
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 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. |
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.
.. topic:: Result
You can see the read replica being created and listed as any other Aiven service on the **Services** page in the console.
@deanholbrough , hope you dont mind I've created a new PR (#1814) for this one - including all your content and with my comments already implemented. Hope this way I can save us some time delivering this article. |
What changed, and why it matters
Migrated the Intercom Help Article Aiven for MySQL Remote Replica to https://docs.aiven.io
Added the article to Products > MySQL > HowTo > Create MySQL Remote Replica TOC structure