pefernan opened a new issue, #1802: URL: https://github.com/apache/incubator-kie-issues/issues/1802
A recent update in the `persistence-commons-postgresql` Flyway sql migration scripts introduced a possible issue when migrating from an old installation of Data Index to a newer version. The problem lies on `data-index-storage-postgresql` depending on `persitence-commons-postgresql` to index Domain objects. Both modules rely in Flyway to initialize their DB and they use different versioning strategy in the Flyway migrations having `persitence-commons-postgresql` using a lower version number in the Flyway scripts (~`1.5`) than `data-index-storage-postgresql` (~`1.45`). Recently a [PR](https://github.com/apache/incubator-kie-kogito-apps/pull/2139) introduced a new .sql in persistence-commons using the module versioning number which introduced a conflict in Flyway while validating the intalled migrations. Zulip chat: https://kie.zulipchat.com/#narrow/channel/382044-kogito-dev/topic/Data.20Index.20database.20broken/near/497424089 https://github.com/apache/incubator-kie-kogito-apps/pull/2139 -- 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]
