Skip to content

Commit 2a32e10

Browse files
committed
Update supported source dbs
1 parent 82a854c commit 2a32e10

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,15 @@ Before you can create a data pipeline, you must have:
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, AWS RDS, or AWS Aurora:
4646

47-
{{< embed-md "rdi-supported-source-versions.md" >}}
47+
| Database | Versions | AWS RDS Versions |
48+
|:---|:---|:---|
49+
| Oracle | 19c, 21c | 19c, 21c |
50+
| MariaDB | 10.5, 11.4.3 | 10.4 to 10.11, 11.4.3 |
51+
| MySQL | 5.7, 8.0.x, 8.2 | 8.0.x |
52+
| PostgreSQL | 10, 11, 12, 13, 14, 15, 16 | 11, 12, 13, 14, 15, 16 |
53+
| AWS Aurora PostgreSQL | 15 | 15 |
54+
| SQL Server | 2017, 2019, 2022 | 2016, 2017, 2019, 2022 |
55+
4856

4957
{{< note >}}
5058
Please be aware of the following limitations:
@@ -57,6 +65,7 @@ Please be aware of the following limitations:
5765
- You must use a [custom encryption key on AWS](https://docs.aws.amazon.com/kms/latest/developerguide/create-keys.html) to create the instance hosting the database.
5866
- One source database can only be synced to one target database.
5967
- You must be able to set up AWS PrivateLink to connect your source database to your target database. RDI only works with AWS PrivateLink and not VPC Peering or other private connectivity options.
68+
- For AWS RDS databases, the source database can use TLS, but can not use mutual TLS.
6069
{{< /note >}}
6170

6271
## Get started

0 commit comments

Comments
 (0)