Flowable database schema update

Hey there,

I’m currently setting up a flowable instance via Docker. I used MySQL with volumes to make the installation persistent.

When flowable releases a new version (6.6 for example), is it possible that this version could break the database/installation or will there be an automatic upgrade when necessary?

This depends on your configuration, but the default behavior for the docker images is to auto update the database schema.