From: Tom Hughes Date: Thu, 28 Jul 2022 23:03:16 +0000 (+0100) Subject: Enable log_bin_trust_function_creators for civicrm X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/b63bdc407c3b2ea35c0574ccf6fc10f78bb9f26d Enable log_bin_trust_function_creators for civicrm --- diff --git a/roles/crm.rb b/roles/crm.rb index 5dfa89aaa..e4e7deb1b 100644 --- a/roles/crm.rb +++ b/roles/crm.rb @@ -28,6 +28,13 @@ default_attributes( } }, :trusted_users => ["www-data"] + }, + :mysql => { + :settings => { + :mysqld => { + :log_bin_trust_function_creators => 1 + } + } } )