You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
orver
No response
Golang version
No response
Operator-sdk version
No response
SonataFlow Operator version or git rev
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: