Skip to content

Commit eefbdd9

Browse files
DOC-4647 updates based on feedback and added embed for version table
1 parent 5da3f69 commit eefbdd9

File tree

3 files changed

+14
-25
lines changed

3 files changed

+14
-25
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
| Database | Versions | Versions for Amazon RDS |
2+
| :-------------------------- | :--------------------- | :-- |
3+
| Oracle | 12c, 19c, 21c | 19c, 21c |
4+
| MariaDB | 10.5, 11.4.3 | 10.4 to 10.11, 11.4.3 |
5+
| MySQL | 5.7, 8.0.x, 8.2 | 8.0.x |
6+
| Postgres | 10, 11, 12, 13, 14, 15, 16 | 11, 12, 13, 14, 15, 16 |
7+
| SQL Server | 2017, 2019, 2022 | 2016, 2017, 2019, 2022 |
8+
| Google Cloud SQL MySQL | 8.0 | None |
9+
| Google Cloud SQL Postgres | 15 | None |
10+
| Google Cloud SQL SQL Server | 2019 | None |
11+
| Google Cloud AlloyDB for PostgreSQL | | None |
12+
| AWS Aurora/PostgreSQL | 15 | 15 |

content/integrate/redis-data-integration/_index.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -106,19 +106,7 @@ You should *not* use RDI when:
106106

107107
RDI can capture data from any of the following sources:
108108

109-
| Database | Versions | Supports Amazon RDS |
110-
| :-------------------------- | :--------------------- | :-- |
111-
| Oracle | 12c, 19c, 21c | Yes |
112-
| MariaDB | >= 10.5 | No |
113-
| MySQL | 5.7, 8.0.x | No |
114-
| Postgres | 10, 11, 12, 13, 14, 15 | Yes |
115-
| SQL Server | 2017, 2019 | No |
116-
| Google Cloud SQL MySQL | 8.0 | No |
117-
| Google Cloud SQL Postgres | 15 | No |
118-
| Google Cloud SQL SQL Server | 2019 | No |
119-
| Google Cloud AlloyDB for PostgreSQL | | No |
120-
| AWS Aurora/PostgreSQL | 15 | Yes |
121-
109+
{{< embed-md "rdi-supported-source-versions.md" >}}
122110

123111
## Documentation
124112

content/integrate/redis-data-integration/architecture.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -89,18 +89,7 @@ the backpressure mechanism.
8989

9090
RDI supports the following database sources using [Debezium Server](https://debezium.io/documentation/reference/stable/operations/debezium-server.html) connectors:
9191

92-
| Database | Versions | Supports Amazon RDS |
93-
| :-------------------------- | :--------------------- | :-- |
94-
| Oracle | 12c, 19c, 21c | Yes |
95-
| MariaDB | >= 10.5 | No |
96-
| MySQL | 5.7, 8.0.x | No |
97-
| Postgres | 10, 11, 12, 13, 14, 15 | Yes |
98-
| SQL Server | 2017, 2019 | No |
99-
| Google Cloud SQL MySQL | 8.0 | No |
100-
| Google Cloud SQL Postgres | 15 | No |
101-
| Google Cloud SQL SQL Server | 2019 | No |
102-
| Google Cloud AlloyDB for PostgreSQL | | No |
103-
| AWS Aurora/PostgreSQL | 15 | Yes |
92+
{{< embed-md "rdi-supported-source-versions.md" >}}
10493

10594
## How RDI is deployed
10695

0 commit comments

Comments
 (0)