Document Supabase support for RDI - #3731
Conversation
🧠 Redis MemoryFound 5 related items from repository history:
Memory updated at bda2488 |
bda2488 to
29a3fd9
Compare
🧠 Redis MemoryFound 5 related items from repository history:
Memory updated at 29a3fd9 |
🧠 Redis MemoryFound 5 related items from repository history:
Memory updated at b4fd6c6 |
🧠 Redis MemoryFound 5 related items from repository history:
Memory updated at 0229c70 |
andy-stark-redis
left a comment
There was a problem hiding this comment.
A few suggestions for clarity but basically LGTM.
🧠 Redis MemoryFound 5 related items from repository history:
Memory updated at 1a931c6 |
What changed
config.yaml, slot monitoring, and upgrades.Product scope
content/integrate/redis-data-integration/.../supabase.mdcovers self-managed Software RDI.content/operate/rc/rdi/supabase.mdcovers the managed RDI service on Redis Cloud.Why
RDI 1.19.0 was qualified against hosted Supabase PostgreSQL 17.6 through both self-managed RDI and RDI on Redis Cloud. Snapshot, insert/update/delete CDC, TLS, public connectivity, network restrictions, cross-account secret access, and stop/start WAL catch-up were validated. Customers need supported setup paths with clear product and PrivateLink boundaries.
User impact
Software RDI users receive deployable SQL, secrets, and YAML guidance. Redis Cloud users receive the separate managed-service workflow using the public direct endpoint, workspace outbound addresses, and AWS Secrets Manager.
Validation
git diff --check0.143.1full build: passed (18,140 pages)The build emitted two pre-existing
REF_NOT_FOUNDwarnings fromcontent/operate/rs/8.0/flex/_index.md; neither is related to this change.Note
Low Risk
Documentation-only changes with no runtime or security logic; risk is limited to possible doc inaccuracies or broken cross-links.
Overview
Documents hosted Supabase PostgreSQL as a supported RDI source (qualified with RDI 1.19.0 / PostgreSQL 17.6), split across self-managed Software RDI and Redis Cloud.
Adds
prepare-dbs/supabase.mdfor Software RDI: direct endpoint vs Supavisor, IPv4 add-on, dedicated replication role, grants/RLS/publications, TLS secrets, sampleconfig.yaml, and replication-slot monitoring for upgrades. Addsoperate/rc/rdi/supabase.mdfor Redis Cloud: public direct endpoint only (PrivateLink not supported), outbound IP allowlisting, AWS Secrets Manager TLS setup, and collector properties.The PostgreSQL prep page is narrowed to generic PostgreSQL (titles/descriptions and the old “hosted Supabase unsupported” note removed). Redis Cloud prerequisites and setup link to Supabase; the supported-versions embed gets a minor Snowflake table formatting fix.
Reviewed by Cursor Bugbot for commit 1a931c6. Bugbot is set up for automated code reviews on this repo. Configure here.