Skip to content
Open
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
9 changes: 9 additions & 0 deletions content/doc/addons/mysql.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Copy link
Copy Markdown
Collaborator

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.


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

View workflow job for this annotation

GitHub Actions / vale

[vale] content/doc/addons/mysql.md#L49

[Google.Passive] In general, use active voice instead of passive voice ('be promoted').
Raw output
{"message": "[Google.Passive] In general, use active voice instead of passive voice ('be promoted').", "location": {"path": "content/doc/addons/mysql.md", "range": {"start": {"line": 49, "column": 188}}}, "severity": "INFO"}

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

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


> [!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

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The 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">}}
Expand Down
Loading