Upgrading Amazon Aurora PostgreSQL Limitless Database - Amazon Aurora
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 Amazon Web Services Management Console or the Amazon CLI.

To upgrade your Limitless Database DB cluster
  1. Sign in to the Amazon Web Services Management Console and open the Amazon RDS console at https://console.amazonaws.cn/rds/.

  2. Navigate to the Databases page.

  3. Select the Limitless Database DB cluster that you want to upgrade.

  4. Choose Modify.

    The Modify DB cluster page displays.

  5. For DB engine version, choose the new DB engine version, for example Aurora PostgreSQL with Limitless Database (Compatible with PostgreSQL 16.6).

  6. Choose Continue.

  7. 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 Amazon CLI command, as shown in the following example.

aws rds modify-db-cluster \ --db-cluster-identifier my-sv2-cluster \ --engine-version 16.6-limitless \ --apply-immediately