How to migrate H2 DB in Camunda to Mysql

Hi
I downloaded camunda bpmn from https://camunda.com/download/ which bundle every thing for learn and try it but I use H2 Database
How to migrate H2 DB in Camunda to Mysql

Hi @pingkungw
this might help:
https://docs.camunda.org/manual/7.9/user-guide/process-engine/database/#example-database-configuration

Hi @pingkungw,

another source is the installation guide: https://docs.camunda.org/manual/7.9/installation/full/tomcat/manual/

Cheers, Ingo

1 Like

I have created this tool for this specific purpose

https://github.com/sleziak/camunda-h2-mysql

Hope it helps you out!

1 Like