wmedvede opened a new issue, #3496: URL: https://github.com/apache/incubator-kie-tools/issues/3496
Similar to what we have for a regular Quarkus app that integrates flyway, we must ensure that upon a operator upgrade from N to N+1, the DB migratorJob is re-executed if configured. This ensures that the DB automatically evolves based on the potential new N+1 db changes. At the same time, we would like to not delete the potential DB migrator Job run in N. In this way, users has available the logs the migration in N, an the logs of the migation in N+1. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
