Document PostgreSQL 18 support for RDI - #3738
Merged
Merged
Conversation
Contributor
Contributor
🧠 Redis MemoryFound 5 related items from repository history:
Memory updated at 335215c |
ZdravkoDonev-redis
marked this pull request as ready for review
August 3, 2026 09:36
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Why
A customer evaluating RDI on Redis Cloud uses AWS RDS PostgreSQL 18.3, while the public documentation stopped at PostgreSQL 16 for AWS RDS and PostgreSQL 17 for general RDI. RDI's current Debezium version supports PostgreSQL 18, and the RDI end-to-end suite uses PostgreSQL 18.4. PostgreSQL engine behavior does not differ for this compatibility point when hosted on AWS RDS.
User impact
Customers can confirm from the public support matrix that PostgreSQL 18, including AWS RDS PostgreSQL 18, is supported by RDI.
Validation
git diff --checkhugo --gc --minify)The build completed successfully with two existing unrelated
REF_NOT_FOUNDwarnings under the Redis Software flex documentation.Note
Low Risk
Documentation-only updates to version matrices with no runtime or configuration changes.
Overview
Updates the public RDI source-database compatibility tables so PostgreSQL 18 appears in the general version list and PostgreSQL 17 and 18 appear for AWS RDS PostgreSQL.
The shared embed
rdi-supported-source-versions.mdand the Redis Cloud RDI prerequisites table inoperate/rc/rdi/_index.mdare changed together so both entry points show the same supported versions.Reviewed by Cursor Bugbot for commit 335215c. Bugbot is set up for automated code reviews on this repo. Configure here.