升级到0.21,workflow组件日志一直报错

通helm upgrade之后,pod是可以启动到running状态的,但是日志一直少张表,但是我看workflow的charts里面并没有进行initdb的操作,只有initconfig,所以这个表是哪里来的?

Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table ‘workflow_service.act_ru_timer_job’ doesn’t exist

org.apache.ibatis.exceptions.PersistenceException:

Error querying database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table ‘workflow_service.act_ru_timer_job’ doesn’t exist

The error may exist in org/activiti/db/mapping/entity/TimerJob.xml

The error may involve org.activiti.engine.impl.persistence.entity.TimerJobEntityImpl.selectTimerJobsToExecute-Inline

The error occurred while setting parameters

SQL: select RES.* from ACT_RU_TIMER_JOB RES where DUEDATE_ <= ? and LOCK_OWNER_ is null LIMIT ? OFFSET ?

Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table ‘workflow_service.act_ru_timer_job’ doesn’t exist

activiti启动自动生成的,目前流水线有使用么,没用的话,把workflow_service库清空,重启下服务

可以了,谢谢