-
Notifications
You must be signed in to change notification settings - Fork 386
[mysql] basic doc for RDS MariaDB #3690
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
3 Skipped Deployments
|
### 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: |
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.
@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)
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.
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.
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.
LGTM. Left one comment with a question.
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