Upgrade to Aurora Postgres 15.5
Closes #27509 Signed-off-by: Ryan Emerson <remerson@redhat.com>
This commit is contained in:
parent
9404b888d1
commit
244ecd45a7
2 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue