Table creation issue in flowable 6 upgrade

I upgraded from ver 5 to 6 in my pom.xml. Now when I try to run an existing application against the database that is already existing I get errors that the tables already exists. what could be the problem

What value are you using for databaseSchemaUpdate in the process engine configuration? Which version of 5 are you upgrading from?

Best regards,

Tijs

the databaseSchema value is ProcessEngineConfiguration.DB_SCHEMA_UPDATE_TRUE and I was using ver 5.22.0.
Thanks

Hi,

Version 5.22.0 was not included as a valid version in a version 6 Engine release yet. Therefore the version 6 Engine will not know the version and will create all tables from scratch again. On Master we did included 5.22.0 as a valid version and there it will work without any issues I expect. We’re close to release a new version 6 Engine with version 5.22.0 included.

Best regards,

Tijs

alright. thanks a bunch