Skip to content

Versions

The following PostgreSQL major versions are currently supported:

  • 15
  • 16
  • 17
  • 18

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

Updating

Info

We currently only support minor updates. Major updates can be performed by creating a new database and importing the data of the older one.

Updates of your PostgreSQL database need to be manually triggered by increasing the version of your database.

updateVersionPostgresDB

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