Hi Mario, after upgrading to Enterprise Edition I started a new project and cloned jmix-bookstore.
I kept the initial settings for hsqldb and database URL “jdbc:hsqldb:file:.jmix/hsqldb/bookstore13” and Database User “sa”.
Trying to start it I receive a message stating that I need liquibase professional to run the update, respectively create script.
Message (partially):
“INFORMATION [liquibase.integration] No Liquibase Pro license key supplied. Please set liquibaseProLicenseKey on command line or in liquibase.properties to use Liquibase Pro features.
Liquibase Community 4.11.0 by Liquibase”
Obviously several commands ran through but at the end I receive the following error message (partially):
" Migration failed for change set io/jmix/bookstore/liquibase/changelog/2023/02/17-193108-f2efbaf3.xml::1::bookstore: … Reason: liquibase.exception.DatabaseException: user lacks privilege or object not found: FK_BOOKSTORE_PRODUCT_ON_CATEGORY in statement [DROP INDEX PUBLIC.FK_BOOKSTORE_PRODUCT_ON_CATEGORY] [Failed SQL: (-5501) DROP INDEX PUBLIC.FK_BOOKSTORE_PRODUCT_ON_CATEGORY] … "
Do you have any idea how to get around that problem?
Thx in advance,
Michael Lutz