Skip to content
This repository was archived by the owner on Nov 3, 2025. It is now read-only.

Setting QUARKUS_FLYWAY_MIGRATE_AT_START value false does not take effect in SonataFlowPlatform deployment.Β #497

@rhkp

Description

@rhkp

Describe the bug

While deploying SonataFlowPlatform, setting QUARKUS_FLYWAY_MIGRATE_AT_START = false as below is not respected when the Data Index(DI) and Jobs Services(JS) are deployed. Despite setting the value to false, DI/JS attempt DB migration on startup.
podTemplate: container: env: # by now, when the WF persistence is initialized we don't set migration to true. # we can re-evaluate to default to true. - name: QUARKUS_FLYWAY_MIGRATE_AT_START value: 'false'

Expected behavior

No response

Actual behavior

No response

How to Reproduce?

No response

Output of uname -a or ver

No response

Golang version

No response

Operator-sdk version

No response

SonataFlow Operator version or git rev

No response

Additional information

No response

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

πŸ“‹ Backlog

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions