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
The chart currently supports schema initialization for Cassandra and may eventually support it for PostgreSQL . However, neither of them includes automated migration jobs. Adding migration jobs would allow the users to upgrade to newer Cadence versions without manual intervention.
Proposed Changes
Add migration jobs:
Provide a dedicated job for Cassandra migrations.
Include a separate job for PostgreSQL migration when/if PostgreSQL is supported.
Optional enable/disable:
Allow users to toggle these jobs in values.yaml based on their deployment preferences.
The text was updated successfully, but these errors were encountered:
The chart currently supports schema initialization for Cassandra and may eventually support it for PostgreSQL . However, neither of them includes automated migration jobs. Adding migration jobs would allow the users to upgrade to newer Cadence versions without manual intervention.
Proposed Changes
values.yaml
based on their deployment preferences.The text was updated successfully, but these errors were encountered: