Skip to main content
undefined
undefined

Official websites use .gov
A .gov website belongs to an official government organization in the United States.

undefined

Secure .gov websites use HTTPS
A lock ( ) or https:// means you’ve safely connected to the .gov website. Share sensitive information only on official, secure websites.

New versions of PostgreSQL supported

August 1, 2023

New versions of PostgreSQL

Cloud.gov is pleased to announce that the PostgreSQL versions 13.x, 14.x, 15.x offered by AWS RDS are now supported and able to be used in conjunction with cloud.gov applications. As part of this update, version 15  is now set as the default version when creating a new PostgreSQL database on cloud.gov. This enhancement empowers users with more flexibility and control over their database environments while benefitting from the latest advancements in PostgreSQL database functionality and security.

Please note that users are still able to explicitly set any of the currently supported PostgreSQL versions upon database creation with the following command:

cf create-service aws-rds <database-plan> <database-name> -c '{"version":"<desired-version>"}'

For example:

cf create-service aws-rds micro-psql my-test-service -c '{"version":"14"}'