-
Notifications
You must be signed in to change notification settings - Fork 274
DOC-4647 updated supported sources table with AWS RDS details #974
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
| | Google Cloud SQL Postgres | 15 | | ||
| | Google Cloud SQL SQL Server | 2019 | | ||
| | Google Cloud AlloyDB for PostgreSQL | | | ||
| | Database | Versions | Supports Amazon RDS | |
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.
Amazon RDS supports several db types.
We support RDS MySQL, RDS Oracle, RDS SQL Server, RDS Postgres, RDS Mariadb with the same versions we support on prem
(List of supported versions can be updated based on Debezium 2.7 support matrix)
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.
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.
Debezium only specifies what they test with 2.7 I think we can leave the versions that also worked with 2.6 that we have today (I did not copy)
MySQL 8.0.x, 8.2. -> RDS supports 8.4.3 and few versions of 8.0.x We never tested with 8.4.3 so we can't include it yet
Postgres: 12, 13, 14, 15, 16 -> RDS supports 11 to 17. We haven't tested on 17 yet so can't include it
Oracle: 12c, 19c, 21c -> RDS supports 19 and 21
SQL Server: 2017, 2019, 2022 -> RDS supports 2016 - 2022
Maria DB: 11.4.3 -> 11.4.3 and 10.4 - 10.11
|
@yaronp68 Thanks for the info. I've added it and I've also made an embeddable version of the table so it will be consistent wherever we use it. |
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.
The table is inconsistent now in structure. RDS is a column while google sqls are rows
We can decide we make all cloud support columns and types of database are rows. that's ok
In this case google versions will move to the right of RDS
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.
Co-authored-by: Yaron Parasol <[email protected]>
I got the details of the supported AWS RDS databases from the existing pages - please check if they're all correct. Also, I got the supported version of Aurora/PostgreSQL from this screenshot in George's original document - please let me know if we need to add any other supported versions here.