apache / incubator-kie-kogito-apps

Kogito Apps - Kogito is a cloud-native business automation technology for building cloud-ready business applications.
http://kogito.kie.org
Apache License 2.0
58 stars 125 forks source link

Data index persistence addon fails when starting with a postgres database where another dataindex have been installed #1964

Closed nmirasch closed 5 months ago

nmirasch commented 6 months ago

Describe the bug

Dataindex Postgres migration scripts doesn't support several executions over the same database without any error. Those scripts need to be fixed to allow multiple executions and just ensure the database definitions are what are needed

Expected behavior

No response

Actual behavior

No response

How to Reproduce?

No response

Output of uname -a or ver

No response

Output of java -version

No response

GraalVM version (if different from Java)

No response

Kogito version or git rev (or at least Quarkus version if you are using Kogito via Quarkus platform BOM)

No response

Build tool (ie. output of mvnw --version or gradlew --version)

No response

Additional information

No response

nmirasch commented 5 months ago

the related PR was merged.