From 47229bec305ea2a2de67517d3cc499c77b89010f Mon Sep 17 00:00:00 2001 From: Daniel Fangl Date: Fri, 23 May 2025 15:24:52 +0200 Subject: [PATCH] Clarify postgres db name comment --- content/en/user-guide/aws/rds/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/user-guide/aws/rds/index.md b/content/en/user-guide/aws/rds/index.md index 1d954df248..36f2a1de77 100644 --- a/content/en/user-guide/aws/rds/index.md +++ b/content/en/user-guide/aws/rds/index.md @@ -232,7 +232,7 @@ The following details concern default usernames, passwords, and database names f - When setting up a new RDS instance, you have the flexibility to utilize any `master-username`, with the exception of **postgres**. The system will automatically generate the user. - It's important to remember that the username **postgres** has special significance, preventing the creation of a new RDS instance under this particular name. -- For clarity, please avoid using the `db-name` **postgres**, as it is already allocated for use by LocalStack. +- Using the `db-name` **postgres** might lead to issues for older versions of LocalStack, please try to avoid using it. ## IAM Authentication Support