Skip to content

Commit

Permalink
Migrert til postgres 15 i dev (#619)
Browse files Browse the repository at this point in the history
  • Loading branch information
blommish authored Aug 14, 2023
1 parent 25bad03 commit acb55de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/application-preprod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ no.nav.security.jwt:

spring:
datasource:
url: jdbc:postgresql://b27dbvl008.preprod.local:5432/familie-oppdrag
url: jdbc:postgresql://b27dbvl031.preprod.local:5432/familie-oppdrag-15

OPPDRAG_SERVICE_URL: "https://cics-q1.adeo.no/oppdrag/simulerFpServiceWSBinding"
SECURITYTOKENSERVICE_URL: https://sts-q1.preprod.local/SecurityTokenServiceProvider/
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/bootstrap-preprod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spring:
expiry-threshold: 2m
database:
enabled: true
role: familie-oppdrag-admin
role: familie-oppdrag-15-admin
backend: postgresql/preprod-fss
authentication: KUBERNETES
kubernetes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import java.util.Properties
object DevPsqlMqLauncher {
@JvmStatic
fun main(args: Array<String>) {
val psql = KPostgreSQLContainer("postgres")
val psql = KPostgreSQLContainer("postgres:15.2")
.withDatabaseName("familie-oppdrag")
.withUsername("postgres")
.withPassword("test")
Expand Down

0 comments on commit acb55de

Please sign in to comment.