Skip to content

Commit b5cc7a2

Browse files
DOC-5868 added Supabase as a supported DB
1 parent f9c96b1 commit b5cc7a2

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

content/embeds/rdi-supported-source-versions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
| MongoDB | 6.0, 7.0, 8.0 | - | - |
66
| MySQL | 5.7, 8.0.x, 8.2 | 8.0.x | 8.0 |
77
| PostgreSQL | 10, 11, 12, 13, 14, 15, 16 | 11, 12, 13, 14, 15, 16 | 15 |
8+
| PostgreSQL | 10, 11, 12, 13, 14, 15, 16 | 11, 12, 13, 14, 15, 16 | 15 |
9+
| Supabase (uses PostgreSQL) | 10, 11, 12, 13, 14, 15, 16 | 11, 12, 13, 14, 15, 16 | 15 |
810
| SQL Server | 2017, 2019, 2022 | 2016, 2017, 2019, 2022 | 2019 |
911
| Spanner | - | - | All versions |
1012
| AlloyDB for PostgreSQL | 14.2, 15.7 | - | 14.2, 15.7 |

content/integrate/redis-data-integration/data-pipelines/prepare-dbs/postgresql.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,27 @@
11
---
2-
Title: Prepare PostgreSQL for RDI
2+
Title: Prepare PostgreSQL/Supabase for RDI
33
aliases: /integrate/redis-data-integration/ingest/data-pipelines/prepare-dbs/postgresql/
44
alwaysopen: false
55
categories:
66
- docs
77
- integrate
88
- rs
99
- rdi
10-
description: Prepare PostgreSQL databases to work with RDI
10+
description: Prepare PostgreSQL databases (including Supabase) to work with RDI
1111
group: di
12-
linkTitle: Prepare PostgreSQL
12+
linkTitle: Prepare PostgreSQL/Supabase
1313
summary: Redis Data Integration keeps Redis in sync with the primary database in near
1414
real time.
1515
type: integration
1616
weight: 2
1717
---
1818

19+
{{< note >}}
20+
[Supabase](https://supabase.com/docs/guides/database/overview) uses PostgreSQL as
21+
its database engine, so the instructions below also apply to Supabase. However,
22+
Supabase is not currently supported for RDI with Redis Cloud.
23+
{{< /note >}}
24+
1925
PostgreSQL supports several
2026
[logical decoding plug-ins](https://wiki.postgresql.org/wiki/Logical_Decoding_Plugins)
2127
to enable CDC. If you don't want to use the native `pgoutput` logical replication stream support

0 commit comments

Comments
 (0)