addons(mysql): add Replication section#948
Open
sebartyr wants to merge 1 commit into
Open
Conversation
Mirror the PostgreSQL replication section for the MySQL add-on. Promotion isn't self-service yet and requires contacting support.
✅ Review app deployedCheck how your changes look like!
|
cnivolle
approved these changes
May 12, 2026
davlgd
requested changes
May 12, 2026
Comment on lines
+49
to
+53
| 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. | ||
|
|
||
| > [!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). | ||
|
|
Collaborator
There was a problem hiding this comment.
Mention of Promotion/Replication not available in Console is redundant, merge it in a single note.
davlgd
reviewed
May 12, 2026
|
|
||
| ## 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. |
Collaborator
There was a problem hiding this comment.
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.
davlgd
reviewed
May 12, 2026
|
|
||
| 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. |
Collaborator
There was a problem hiding this comment.
You can see if a database is a primary server or a replica from the MySQL dashboard in the Console
Did you check this? AFAIK, it's the case for PostgreSQL, not sure for MySQL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📝 What does this PR do?
Mirror the PostgreSQL replication section for the MySQL add-on. Promotion isn't self-service yet and requires contacting support.
🧪 Type of Change
✅ Quick Checklist
👥 Reviewers
@CleverCloud/reviewers