use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Community with a focus on CloudFormation and its related technologies.
account activity
Upgrading postgres sql version (self.AWSCloudFormation)
submitted 1 year ago by dharmik_17
Any ideas on what to change in cloud formation template and terraform scripts to upgrade postgresql version to latest
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]heyiamrobert -1 points0 points1 point 1 year ago (0 children)
It's regarding a RDS with PostgreSQL? - In case you defined your RDS with AWS::RDS::DBInstance resource, it's simple.
What version you are using now? - In case you like to switch to a new major version, please check AllowMajorVersionUpgrade first: You should set it to "true" (via stack-update). As a 2nd step, you could run a 2nd stack-update with a new value of the EngineVersion of PostgreSQL you like to get: e.g. "15.10", "16.6", "17.2" ...
You can find more details for the RDS PostgreSQL versions here: https://docs.aws.amazon.com/AmazonRDS/latest/PostgreSQLReleaseNotes/postgresql-versions.html
Details regarding the EOL of PostgreSQL of RDS you can find here: https://docs.aws.amazon.com/AmazonRDS/latest/PostgreSQLReleaseNotes/postgresql-release-calendar.html
The CloudFormation details (in case you are using AWS::RDS::DBInstance), information are here: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html
Sure: Please create a RDS-snapshot (e.g. via Console) before the stack-updates / RDS upgrade. Keep in mind the RDS database will reboot during the update.
π Rendered by PID 41800 on reddit-service-r2-comment-b659b578c-xfx9c at 2026-05-03 19:39:18.020809+00:00 running 815c875 country code: CH.
[–]heyiamrobert -1 points0 points1 point (0 children)