Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 5231f8d

Browse files
committed
set default rds postgres to 17
1 parent e63ca53 commit 5231f8d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/en/user-guide/aws/rds/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,12 +178,12 @@ For instance, the `storage-encrypted` flag is returned as configured, but active
178178
### PostgreSQL Engine
179179

180180
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.
181-
Presently, you have the option to choose major versions ranging from 11 to 16.
182-
If you select a major version beyond this range, the system will automatically default to version 15.
181+
Presently, you have the option to choose major versions ranging from 11 to 17.
182+
If you select a major version beyond this range, the system will automatically default to version 17.
183183

184184
It's important to note that the selection of minor versions is not available.
185185
The latest major version will be installed within the Docker environment.
186-
If you wish to prevent the installation of customized versions, adjusting the `RDS_PG_CUSTOM_VERSIONS` environment variable to `0` will enforce the use of the default PostgreSQL version 15.
186+
If you wish to prevent the installation of customized versions, adjusting the `RDS_PG_CUSTOM_VERSIONS` environment variable to `0` will enforce the use of the default PostgreSQL version 17.
187187

188188
{{< callout >}}
189189
While the [`DescribeDbCluster`](https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribeDBClusters.html) and [`DescribeDbInstances`](https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribeDBInstances.html) APIs will still reflect the initially defined `engine-version`, the actual installed PostgreSQL engine might differ.

0 commit comments

Comments
 (0)