Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
rhkp opened this issue Jun 25, 2024 · 0 comments
Assignees

Comments

@rhkp
Copy link
Contributor

rhkp commented Jun 25, 2024

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

@ricardozanini ricardozanini self-assigned this Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 📋 Backlog
Development

No branches or pull requests

2 participants