Automatic minor upgrade

When you are creating the db instance you will find a checkbox that will enable automatic minor version upgrades like the following image.

auto_minor

We can find out if the option is enabled by running the following command:

  • Replace your database & your region
aws rds describe-db-instances --db-instance-identifier <your database name> --region <your region> --query 'DBInstances[*].AutoMinorVersionUpgrade'

auto_minor

Or by going to the RDS console, clicking on the db instance and select the Maintenance & backups tab.

auto_minor

In this case, you have not enabled Auto minor version upgrade in the first create database.
Now, you can enable by click Modify button, then scroll down and select Enabled Auto minor version upgrade

auto_minor

A PostgreSQL DB instance is automatically upgraded during your maintenance window if the following criteria are met:

  • The DB instance has the Auto minor version upgrade option enabled.
  • The DB instance is running a minor DB engine version that is less than the current automatic upgrade minor version.