apache / incubator-kie-kogito-serverless-operator

Kubernetes operator for SonataFlow
Apache License 2.0
17 stars 42 forks source link

Add migrateDBOnStart property under persistence #506

Closed rhkp closed 2 months ago

rhkp commented 3 months ago

Description

Add migrateDBOnStart property under persistence will allow Data Index(DI) and Jobs Service(JS) to individually determine if they should use Flyway migrate the database functionality. Setting this property to false will result in no database migration. Conversely, setting this property to true will result in database migration.

Implementation ideas

No response