Table-prefix not Creating new Table

Hello Team,
As to use table-prefix we have to disable schema-update as per : Process Engine Configuration | docs.camunda.org

And if we use Camunda with Spring Boot, it will not be creating tables with prefix causing failure.

Any solution around that by which System it self creates tables with prefix and use it?

Hi @joshi.shirin,

I recently created the databases in PostgesQL schemas using a different connection url: jdbc:postgresql:process-engine-1&currentSchema=myschema.

Hope this helps, Ingo

Thanks @Ingo_Richtsmeier,

Yes for postgres it seems feasible; Apology for not clearing out my requirement. I am facing challenge with MSSQL where seems schema information is not supported.