Upgrade to Aurora Postgres 15.5

Closes #27509

Signed-off-by: Ryan Emerson <remerson@redhat.com>
This commit is contained in:
Ryan Emerson 2024-03-05 09:29:20 +00:00 committed by GitHub
parent 9404b888d1
commit 244ecd45a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -264,7 +264,7 @@ The values specified here must be used when configuring the {project_name} datab
"ReaderEndpoint": "keycloak-aurora.cluster-ro-clhthfqe0h8p.eu-west-1.rds.amazonaws.com",
"MultiAZ": false,
"Engine": "aurora-postgresql",
"EngineVersion": "15.3",
"EngineVersion": "15.5",
"Port": 5432,
"MasterUsername": "keycloak",
"PreferredBackupWindow": "02:21-02:51",

View file

@ -160,7 +160,7 @@
<mysql.version>8.0</mysql.version>
<mysql-jdbc.version>8.3.0</mysql-jdbc.version>
<postgresql.version>15</postgresql.version>
<aurora-postgresql.version>15.3</aurora-postgresql.version>
<aurora-postgresql.version>15.5</aurora-postgresql.version>
<aws-jdbc-wrapper.version>2.3.4</aws-jdbc-wrapper.version>
<postgresql-jdbc.version>42.7.2</postgresql-jdbc.version>
<mariadb.version>10.11</mariadb.version>