cancel
Showing results for 
Search instead for 
Did you mean: 

Failed to upgrade from 5.8 to 5.9 (postgresql)

rozmkt
Champ in-the-making
Champ in-the-making
INFO: upgrading activiti engine schema from 5.8 to 5.9
Jul 12, 2012 2:06:58 PM org.activiti.engine.impl.db.DbSqlSession executeSchemaResource
INFO: performing upgrade on engine with resource org/activiti/db/upgrade/activiti.postgres.upgradestep.58.to.59.engine.sql
Jul 12, 2012 2:06:58 PM org.activiti.engine.impl.db.DbSqlSession executeSchemaResource
SEVERE: problem during schema upgrade, statement 'update ACT_GE_BYTEARRAY set GENERATED_ = 0
org.postgresql.util.PSQLException: ERROR: column "generated_" is of type boolean but expression is of type integer
1 REPLY 1

frederikherema1
Star Contributor
Star Contributor
This is already fixed in 5.10.

update ACT_GE_BYTEARRAY set GENERATED_ = false;