Skip to content

Versions

The following PostgreSQL major versions are available:

  • 15
  • 16
  • 17
  • 18

We aim to support new minor versions within 2 weeks after release.

Updating

Info

Minor updates are available. For major version upgrades, create a new database and import data from the older instance.

Manually increase the version of your database to apply updates.

updateVersionPostgresDB

resource "sys11dbaas_database_v2" "postgresql" {
...
  application_config = {
    version = 18.1
  }
...
}