Upgrading Amazon Aurora PostgreSQL Limitless Database
The following apply to upgrading Aurora PostgreSQL Limitless Database:
-
Minor version upgrades are supported.
-
Patching Aurora PostgreSQL Limitless Database is supported. Patches appear as pending maintenance to be applied during your maintenance window.
Upgrading DB clusters that use Amazon Aurora PostgreSQL Limitless Database
You upgrade a DB cluster by modifying it and choosing a new DB engine version. You can use the AWS Management Console or the AWS CLI.
To upgrade your Limitless Database DB cluster
Sign in to the AWS Management Console and open the Amazon RDS console at https://console.aws.amazon.com/rds/
. -
Navigate to the Databases page.
-
Select the Limitless Database DB cluster that you want to upgrade.
-
Choose Modify.
The Modify DB cluster page displays.
-
For DB engine version, choose the new DB engine version, for example Aurora PostgreSQL with Limitless Database (Compatible with PostgreSQL 16.4).
-
Choose Continue.
-
On the summary page, select whether to apply the changes immediately or during the next scheduled maintenance window, then choose Modify cluster.
Use the modify-db-cluster
aws rds modify-db-cluster \ --db-cluster-identifier my-sv2-cluster \ --engine-version
16.4-limitless
\ --apply-immediately