Missing DB schema patch to upgrade from v1.0.0-beta-4 to v1.0.0

It appears that in v1.0.0-beta-5, an update to the operaton database happened, which was persisted for v1.0.0.

While checking the documentation for the manual update, it seems that the required scripts to perform it are still missing.

The question is, is there a resource available to obtain database patch scripts for upgrading from beta-4 to 1.0.0?

Hello @der,

unfortunately we shipped beta-4 with an incomplete 7.23.0 schema. Beta-5 is based on the full 7.23.0 schema.

Please review and apply these two alter table statements manually (or if you’re not using postgres, search for your database engine in the the same directory):

In the 1.0 release only the database version changed to 7.24.0 with no fields added.

Thanks,

Julian

1 Like