How can I configure studio 7.1 to use mysql instead of H2?

1
0
-1

I'll like to setup Bonitasoft community 7.1 to connect to mysql instead of h2.

I know how to do it in the portal (engine) but can't figure out how to do it for studio

1 answer

1
+1
-1

First of all such configuration is probably not be safe as Studio was not designed to support such operation. Especially it might lead to issue when Studio drop database as such operation might involve files deletion for h2 and this is not compatible with MySQL.

Any way, if you want to give it a try, operations to perform are exactly the same as the one to configure a Tomcat bundle (see documentation for Engine Database and Business Database).
Studio embedded Tomcat is located in workspace folder.

Notifications