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.

Getting RDS version information

May 20, 2021

The dedicated plans listed in the RDS Services page (marked “AWS RDS Latest”) deploy the default version as advertised by AWS.

There is currently no way to verify ahead of time the version of an RDS service that will be deployed by the cloud.gov broker, but you can check the version once an instance has been created by connecting to that instance using the cf-service-connect plugin. Once the database prompt appears, run the command that matches the database you’re using:

  • PostgreSQL: SELECT version(); 
  • MySQL: SELECT VERSION(); 
  • Oracle: SELECT * FROM v$version; 

Note that you can also look at the AWS RDS User Guides for PostgreSQL, MySQL, and Oracle for version information, but these documents sometimes lists versions that are not yet available on AWS GovCloud.