Skip to content

Commit

Permalink
drop references to postgresql 10 from rds (#1534)
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshCasper authored and joe4dev committed Nov 14, 2024
1 parent 26ce63f commit 4e5c881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/user-guide/aws/rds/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ For instance, the `storage-encrypted` flag is returned as configured, but active
### PostgreSQL Engine

When you establish an RDS DB cluster or instance using the `postgres`/`aurora-postgresql` DB engine along with a specified `EngineVersion`, LocalStack will dynamically install and configure the corresponding PostgreSQL version as required.
Presently, you have the option to choose major versions ranging from 10 to 15.
Presently, you have the option to choose major versions ranging from 11 to 15.
If you select a major version beyond this range, the system will automatically default to version 11.

It's important to note that the selection of minor versions is not available.
Expand Down

0 comments on commit 4e5c881

Please sign in to comment.