From: FrancescoFioraEst Date: Thu, 17 Oct 2024 08:36:47 +0000 (+0100) Subject: Fix DB Migrator Postgres SQL issues X-Git-Tag: 4.0.1~5 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F25%2F139225%2F1;p=policy%2Fdocker.git Fix DB Migrator Postgres SQL issues Issue-ID: POLICY-5144 Change-Id: I034108cfef0f841707526f239c7d80ee5aeac445 Signed-off-by: FrancescoFioraEst --- diff --git a/compose/config/clamp/AcRuntimeParameters.yaml b/compose/config/clamp/AcRuntimeParameters.yaml index 387e6ffe..1a58aa34 100644 --- a/compose/config/clamp/AcRuntimeParameters.yaml +++ b/compose/config/clamp/AcRuntimeParameters.yaml @@ -9,7 +9,7 @@ spring: converters: preferred-json-mapper: gson datasource: - url: jdbc:postgresql://postgres:5432/policyadmin + url: jdbc:postgresql://postgres:5432/clampacm driverClassName: org.postgresql.Driver username: policy_user password: policy_user @@ -20,7 +20,7 @@ spring: maximumPoolSize: 10 jpa: hibernate: - ddl-auto: update + ddl-auto: none naming: physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl implicit-strategy: org.onap.policy.common.spring.utils.CustomImplicitNamingStrategy @@ -117,7 +117,7 @@ spring: runtime: participantParameters: heartBeatMs: 20000 - maxStatusWaitMs: 200000 + maxStatusWaitMs: 150000 topicParameterGroup: topicSources: -