diff --git a/content/embeds/rdi-supported-source-versions.md b/content/embeds/rdi-supported-source-versions.md new file mode 100644 index 0000000000..b224ba2217 --- /dev/null +++ b/content/embeds/rdi-supported-source-versions.md @@ -0,0 +1,9 @@ +| Database | Versions | AWS RDS Versions | GCP SQL Versions | +| :-- | :-- | :-- | :-- | +| Oracle | 12c, 19c, 21c | 19c, 21c | - | +| MariaDB | 10.5, 11.4.3 | 10.4 to 10.11, 11.4.3 | - | +| MySQL | 5.7, 8.0.x, 8.2 | 8.0.x | 8.0 | +| PostgreSQL | 10, 11, 12, 13, 14, 15, 16 | 11, 12, 13, 14, 15, 16 | 15 | +| SQL Server | 2017, 2019, 2022 | 2016, 2017, 2019, 2022 | 2019 | +| AlloyDB for PostgreSQL | 14.2, 15.7 | - | 14.2, 15.7 | +| AWS Aurora/PostgreSQL | 15 | 15 | - | \ No newline at end of file diff --git a/content/integrate/redis-data-integration/_index.md b/content/integrate/redis-data-integration/_index.md index 234a2e6086..8e37140260 100644 --- a/content/integrate/redis-data-integration/_index.md +++ b/content/integrate/redis-data-integration/_index.md @@ -106,18 +106,7 @@ You should *not* use RDI when: RDI can capture data from any of the following sources: -| Database | Versions | -| :-------------------------- | :--------------------- | -| Oracle | 12c, 19c, 21c | -| MariaDB | >= 10.5 | -| MySQL | 5.7, 8.0.x | -| Postgres | 10, 11, 12, 13, 14, 15 | -| SQL Server | 2017, 2019 | -| Google Cloud SQL MySQL | 8.0 | -| Google Cloud SQL Postgres | 15 | -| Google Cloud SQL SQL Server | 2019 | -| Google Cloud AlloyDB for PostgreSQL | | - +{{< embed-md "rdi-supported-source-versions.md" >}} ## Documentation diff --git a/content/integrate/redis-data-integration/architecture.md b/content/integrate/redis-data-integration/architecture.md index 2b558ee5d3..8a253f3153 100644 --- a/content/integrate/redis-data-integration/architecture.md +++ b/content/integrate/redis-data-integration/architecture.md @@ -89,17 +89,7 @@ the backpressure mechanism. RDI supports the following database sources using [Debezium Server](https://debezium.io/documentation/reference/stable/operations/debezium-server.html) connectors: -| Database | Versions | -| --------------------------- | ---------------------- | -| Oracle | 12c, 19c, 21c | -| MariaDB | >= 10.5 | -| MySQL | 5.7, 8.0.x | -| Postgres | 10, 11, 12, 13, 14, 15 | -| SQL Server | 2017, 2019 | -| Google Cloud SQL MySQL | 8.0 | -| Google Cloud SQL Postgres | 15 | -| Google Cloud SQL SQL Server | 2019 | -| Google Cloud AlloyDB for PostgreSQL | | +{{< embed-md "rdi-supported-source-versions.md" >}} ## How RDI is deployed