Relation "act_ru_task_meter_log" does not exist

What is the reason for this error “relation “act_ru_task_meter_log” does not exist” to be thrown? I’m facing this problem when I try to start the process instance using the rest API:
/engine-rest/process-definition/key/‘+keyId+’/tenant-id/‘+tenantId+’/start’
Camunda Version: 7.15
JDK Version: 11

I don’t face any issue when I deploy a process using deploy API.

Can anyone help me on this?

Hi @Gautham_Sampath,

I think that your database doesn’t fit to Camunda Platform 7.15. Maybe it is created with an older version and the update script needs to be run. Update from 7.14 to 7.15 | docs.camunda.org

Hope this helps, Ingo