Manually upgrading the PostgreSQL version of your Amazon RDS database from 9.5 (and below) to 9.6
Platform Notice: AWS only - This article only applies to Atlassian products on the Server and Data Center platforms attached to an Amazon RDS database.
Confluence Data Center deployments created through our AWS Quick Starts are not affected.
Purpose
Starting , Amazon will be upgrading all Amazon RDS instances using PostgreSQL version 9.5 to 12. You can read about it on their announcement here.
PostgreSQL 12 is currently not supported on any version of Confluence. This means that if your deployment's database is an Amazon RDS instance using PostgreSQL version 9.5, you will end up with an unsupported database after .
Solution
Checking your database instance's PostgreSQL version
Remember, your database instance will only be upgraded to PostgreSQL 12 if it's using PostgreSQL 9.5 and below. Otherwise, your database should be safe from the upgrade.
Take a database snapshot
Before you upgrade your database instance's PostgreSQL engine version, we recommend that you take a snapshot of your database.
To upgrade your database instance's PostgreSQL engine version from 9.5 to 9.6:
- Sign in to the AWS Management Console, use the region selector in the navigation bar to choose the AWS Region for your deployment, and open the AWS RDS console at https://console.aws.amazon.com/rds.
- In the navigation pane, click Databases. From there, select your database instance. You can use the search bar to filter instances by name.
- Click Modify. The Modify DB Instance page appears. From there, select PostgreSQL 9.6.16-R1 from the DB engine version drop-down selection.
Choose Continue and check the summary of modifications. By default, the database engine version upgrade will be queued and applied on the next scheduled maintenance window.
If you prefer to apply the changes immediately, choose Apply immediately. This option can cause an outage in some cases. For more information, see Using the Apply Immediately Setting.Click Modify DB Instance to save your changes.
For more information, see Manually Upgrading the Engine Version.