-
Notifications
You must be signed in to change notification settings - Fork 57
addons(mysql): add Replication section #948
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
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 |
|---|---|---|
|
|
@@ -42,6 +42,15 @@ | |
|
|
||
| {{% content "db-migration" %}} | ||
|
|
||
| ## Replication | ||
|
|
||
| You can add up to 2 replicas to an existing MySQL database on Clever Cloud to enhance performance and reliability. They're set up as read-only replicas with full physical replication, in a different availability zone (AZ) or region if requested. | ||
|
|
||
| You can see if a database is a primary server or a replica from the MySQL dashboard in [the Console](https://console.clever-cloud.com). If a primary server isn't available, a replica can be promoted as a standalone server and linked to applications. Promotion isn't yet self-service: contact [Clever Cloud support](https://console.clever-cloud.com/ticket-center-choice) to perform it. | ||
|
Check notice on line 49 in content/doc/addons/mysql.md
|
||
|
Collaborator
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.
Did you check this? AFAIK, it's the case for PostgreSQL, not sure for MySQL |
||
|
|
||
| > [!Note] Replication setup isn't yet available from API or the Console | ||
| > To create and configure MySQL replicas, contact your sales representative or [Clever Cloud support](https://console.clever-cloud.com/ticket-center-choice). | ||
|
|
||
|
Comment on lines
+49
to
+53
Collaborator
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. Mention of Promotion/Replication not available in Console is redundant, merge it in a single note. |
||
| ## Direct access | ||
|
|
||
| {{< callout type="warning">}} | ||
|
|
||
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.
On MySQL replication is binlog-based, so it's a logical and not a physical replication. Maybe we can mention that replication is available starting with MySQL 5.7.