Skip to content

Conversation

heavycrystal
Copy link
Contributor

Summary

Basically RDS MySQL but without GTID mode setup being needed
Still working on MariaDB tile
Aurora MariaDB doesn't exist so not needed

Checklist

@heavycrystal heavycrystal requested review from a team as code owners April 17, 2025 08:02
@heavycrystal heavycrystal requested a review from slvrtrn April 17, 2025 08:02
Copy link

vercel bot commented Apr 17, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
clickhouse-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 17, 2025 5:17pm
3 Skipped Deployments
Name Status Preview Comments Updated (UTC)
clickhouse-docs-jp ⬜️ Ignored (Inspect) Apr 17, 2025 5:17pm
clickhouse-docs-ru ⬜️ Ignored (Inspect) Visit Preview Apr 17, 2025 5:17pm
clickhouse-docs-zh ⬜️ Ignored (Inspect) Visit Preview Apr 17, 2025 5:17pm

### 2. Binlog retention hours{#binlog-retention-hours-rds}

The default value of binlog retention hours is `NULL`. For RDS for MariaDB, `NULL` means binary logs aren't retained.
To specify the number of hours to retain binary logs on a DB instance, use the `mysql.rds_set_configuration` with a period with enough time for replication to occur:
Copy link
Member

Choose a reason for hiding this comment

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

@heavycrystal "with a period with enough time for replication to occur". Do we need to provide guidelines on how much is "enough" or is this something the user will already know? (I'm not familiar with the process, sorry)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good point, it is indeed not something we can expect all users to know.
24 hours is a good default to start with, I'll make that clear.

Copy link
Member

@Blargian Blargian left a comment

Choose a reason for hiding this comment

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

LGTM. Left one comment with a question.

@Blargian Blargian merged commit 336bc24 into main Apr 17, 2025
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants