Skip to content

Switch out mariadb for mysql 8

jgleeson requested to merge jgleeson/civioneclick-docker:switch-to-mysql into main

Note: currently, this doesn't install using the defined civicrm_user DB user. This is because trigger permissions are required to use the installer, and the default MySQL user created via the environment variables container init process doesn't grant those permissions. To work around it for now, I am installing using the root MySQL user.

Merge request reports