Avatar

Employee

Hello Abhilash,

 

I think the option does not show the correct build is because the postupgrade process ran into an error.

The postupgrade does the schema updates one by one and it's gets stopped at xtk:workflow and hence is not able to complete as the xtk:option table is not updated.

 

You should resolve the error related to xtk:workflow where it's complaining about a missing modified by ID . If you look into the workflow table and find out the foreign key for modified-id , and filter out the results using the ID given in the error . I would assume that some user in the past would have modified one / few workflows which no longer exist.

 

So to solve the problem you should either update the workflow table with the foreign key link for modified-id with an user id which exist or delete the workflows that are not needed and then perform the postupgrade -force again.

 

Regards,

Adhiyan