Skip to content
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

[New Product] Add RDS MySQL #2626

Merged
merged 32 commits into from
Mar 8, 2023
Merged
Changes from 31 commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
c12b001
first commit
CodaBool Mar 3, 2023
ac4fe87
fix dates
CodaBool Mar 3, 2023
d959583
newline above and below ---
CodaBool Mar 3, 2023
c40efb9
try dates without single quote
CodaBool Mar 3, 2023
1f8136a
padded date numbers
CodaBool Mar 3, 2023
dd17b64
rm single quote on padded dates
CodaBool Mar 3, 2023
11457b5
copy a working md from Amazon Corretto to see if im even the problem
CodaBool Mar 3, 2023
5f0304d
enable release date column
CodaBool Mar 4, 2023
5cd20ec
last try for today
CodaBool Mar 4, 2023
de005c7
direct copy of a Amazon Corretto release date
CodaBool Mar 4, 2023
2ec9ce9
add missing latest tag
usta Mar 4, 2023
044a6f1
mysql
CodaBool Mar 4, 2023
e54f43a
rm postgres from this pr
CodaBool Mar 4, 2023
2f4ec49
omit support bool
CodaBool Mar 4, 2023
1713ce0
add latest column
CodaBool Mar 4, 2023
bfb9589
better readme, rm releaseImage
CodaBool Mar 4, 2023
951e322
direct link
CodaBool Mar 4, 2023
8348e0f
lowercase link since it goes 404 otherwise
CodaBool Mar 4, 2023
5a4768b
table test
CodaBool Mar 4, 2023
6045e62
show latest release date and use a minor table
CodaBool Mar 4, 2023
03431e4
new line after header
CodaBool Mar 4, 2023
2fb95b0
Normalize file
marcwrobel Mar 5, 2023
e10ab75
update description
marcwrobel Mar 5, 2023
4654053
better markdown section
CodaBool Mar 5, 2023
1f8951d
merge
CodaBool Mar 5, 2023
916d846
Update description
marcwrobel Mar 6, 2023
5aef808
Reformat front matter
marcwrobel Mar 6, 2023
1219545
Add comment about auto updates
marcwrobel Mar 6, 2023
c5e43bf
Update products/amazon-rds-mysql.md
marcwrobel Mar 7, 2023
1863a6d
Update products/amazon-rds-mysql.md
marcwrobel Mar 7, 2023
1fd6890
Update products/amazon-rds-mysql.md
marcwrobel Mar 7, 2023
6bea3bb
Update amazon-rds-mysql.md
captn3m0 Mar 8, 2023
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
53 changes: 53 additions & 0 deletions products/amazon-rds-mysql.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
---
title: Amazon RDS for MySQL
category: service
iconSlug: amazonaws
permalink: /amazon-rds-mysql
releasePolicyLink: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/MySQL.Concepts.VersionMgmt.html

# Auto updates are possible using a custom script.
# Releases and their date are documented on https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/MySQL.Concepts.VersionMgmt.html

releases:
- releaseCycle: "8.0"
releaseDate: 2018-10-23
eol: 2026-04-01
latest: "8.0.32"
latestReleaseDate: 2023-02-07

- releaseCycle: "5.7"
releaseDate: 2016-02-22
eol: 2023-10-01
latest: "5.7.41"
latestReleaseDate: 2023-02-07

- releaseCycle: "5.6"
releaseDate: 2013-07-01
eol: 2022-03-01
latest: "unknown"
marcwrobel marked this conversation as resolved.
Show resolved Hide resolved

---

> [Amazon RDS for MySQL](https://aws.amazon.com/rds/mysql) is a PaaS offering from Amazon for
> creating managed MySQL Community Edition databases. RDS makes it easier to set up, operate, and
> scale MySQL deployments on AWS cloud.

Version numbers on Amazon RDS for MySQL are identical to those of [MySQL](/mysql). As a general
guidance, new versions of the MySQL engine become available on Amazon RDS within 5 months of their
general availability by Oracle.

Major versions (`x.y` in Amazon RDS terminology) are supported [until the MySQL Community
Edition end of life](/mysql), with a minimum of 3 years from their release date on Amazon RDS.
Minor versions (`x.y.z` in Amazon RDS terminology) are supported at least for 1 year after their
release date on Amazon RDS. Note that in some cases Amazon may deprecate specific major or minor
versions sooner, such as when there are security issues.

Depending on the configuration, the kind of version (major or minor) and their deprecation status,
[upgrades can be manual, automatic or forced](https://aws.amazon.com/rds/faqs/#How_do_I_control_if_and_when_the_engine_version_of_my_DB_instance_is_upgraded_to_new_supported_versions.3F).
When a minor release is deprecated, users are expected to upgrade within a 3 months period. This
period is increased to 6 months for major releases. Upgrades are performed during the configured
scheduled maintenance windows. These windows are initially set automatically by AWS but can be
overridden in the AWS console.

For the most up-to-date information about the Amazon RDS deprecation policy for MySQL, see [Amazon
RDS FAQs](http://aws.amazon.com/rds/faqs/).