Skip to content

Commit 83c07da

Browse files
committed
Add supported source databases table
1 parent cfd68f7 commit 83c07da

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

content/operate/rc/databases/rdi/_index.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,8 @@ Before you can create a data pipeline, you must have:
4343

4444
- A [Redis Cloud Pro database]({{< relref "/operate/rc/databases/create-database/create-pro-database-new" >}}) hosted on Amazon Web Services (AWS). This will be the target database.
4545
- One supported source database, hosted on an AWS EC2 instance:
46-
- MySQL
47-
- Oracle
48-
- SQL Server
49-
- PostgreSQL
50-
- mariaDB
51-
- Amazon Aurora
46+
47+
{{< embed-md "rdi-supported-source-versions.md" >}}
5248

5349
{{< note >}}
5450
Please be aware of the following limitations:

content/operate/rc/databases/rdi/setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ weight: 1
3232

3333
## Prepare source database
3434

35-
Before using the pipeline, you must first prepare your source database to use the Debezium connector for change data capture (CDC).
35+
Before using the pipeline, you must first prepare your source database to use the Debezium connector for change data capture (CDC). See [Prerequisites]({{<relref "/operate/rc/databases/rdi#prerequisites">}}) to find a list of supported source databases and database versions.
3636

3737
See [Prepare source databases]({{<relref "/integrate/redis-data-integration/data-pipelines/prepare-dbs/">}}) to find steps for your database type:
3838
- [MySQL and mariaDB]({{<relref "/integrate/redis-data-integration/data-pipelines/prepare-dbs/my-sql-mariadb">}})
3939
- [Oracle]({{<relref "/integrate/redis-data-integration/data-pipelines/prepare-dbs/oracle">}})
4040
- [SQL Server]({{<relref "/integrate/redis-data-integration/data-pipelines/prepare-dbs/sql-server">}})
41-
- [PostgreSQL]({{<relref "/integrate/redis-data-integration/data-pipelines/prepare-dbs/postgresql">}})
41+
- [AWS Aurora and PostgreSQL]({{<relref "/integrate/redis-data-integration/data-pipelines/prepare-dbs/postgresql">}})
4242

4343
See the [RDI architecture overview]({{< relref "/integrate/redis-data-integration/architecture#overview" >}}) for more information about CDC.
4444

0 commit comments

Comments
 (0)