diff --git a/content/embeds/rdi-supported-source-versions.md b/content/embeds/rdi-supported-source-versions.md index 338efd7795..7c79f5e1ce 100644 --- a/content/embeds/rdi-supported-source-versions.md +++ b/content/embeds/rdi-supported-source-versions.md @@ -5,6 +5,7 @@ | MongoDB | 6.0, 7.0, 8.0 | - | - | | 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 | +| Supabase (uses PostgreSQL) | 10, 11, 12, 13, 14, 15, 16 | - | - | | SQL Server | 2017, 2019, 2022 | 2016, 2017, 2019, 2022 | 2019 | | Spanner | - | - | All versions | | AlloyDB for PostgreSQL | 14.2, 15.7 | - | 14.2, 15.7 | diff --git a/content/integrate/redis-data-integration/data-pipelines/prepare-dbs/postgresql.md b/content/integrate/redis-data-integration/data-pipelines/prepare-dbs/postgresql.md index f899c38aa5..98d2e3e4df 100644 --- a/content/integrate/redis-data-integration/data-pipelines/prepare-dbs/postgresql.md +++ b/content/integrate/redis-data-integration/data-pipelines/prepare-dbs/postgresql.md @@ -1,5 +1,5 @@ --- -Title: Prepare PostgreSQL for RDI +Title: Prepare PostgreSQL/Supabase for RDI aliases: /integrate/redis-data-integration/ingest/data-pipelines/prepare-dbs/postgresql/ alwaysopen: false categories: @@ -7,15 +7,21 @@ categories: - integrate - rs - rdi -description: Prepare PostgreSQL databases to work with RDI +description: Prepare PostgreSQL databases (including Supabase) to work with RDI group: di -linkTitle: Prepare PostgreSQL +linkTitle: Prepare PostgreSQL/Supabase summary: Redis Data Integration keeps Redis in sync with the primary database in near real time. type: integration weight: 2 --- +{{< note >}} +[Supabase](https://supabase.com/docs/guides/database/overview) uses PostgreSQL as +its database engine, so the instructions below also apply to Supabase. However, RDI +doesn't currently support cloud deployments of Supabase with AWS or GCP. +{{< /note >}} + PostgreSQL supports several [logical decoding plug-ins](https://wiki.postgresql.org/wiki/Logical_Decoding_Plugins) to enable CDC. If you don't want to use the native `pgoutput` logical replication stream support