Fix Camunda
[so/docker-config.git] / volumes / mariadb / docker-entrypoint-initdb.d / 01-create-camundabpmn.sh
index 86a5829..16c2213 100644 (file)
@@ -32,3 +32,6 @@ GRANT ALL on camundabpmn.* to 'camundauser' identified by 'camunda123' with GRAN
 FLUSH PRIVILEGES;
 EOF
 
+mysql -uroot -p$MYSQL_ROOT_PASSWORD -f < mariadb_engine_7.10.0.sql || exit 1
+mysql -uroot -p$MYSQL_ROOT_PASSWORD -f < mariadb_identity_7.10.0.sql || exit 1
+