- 🇧🇬Bulgaria yivanov
This issue is still not fixed, I just got this error on Acquia CI
SQLSTATE[HY000]: General error: 1419 You do not have the SUPER privilege and binary logging is enabled (you *might* want to use the less safe log_bin_trust_function_creators variable): DROP TRIGGER IF EXISTS salesforce_mapped_object_der_update;
Salesforce Mapping: 5.0.3
Dynamic Entity reference: 4.0.0-alpha3 - 🇦🇺Australia thomwilhelm Sydney
@yivanov Been a while since I looked at this, but I believe the issue is that dynamic_entity_reference 2.x and 4.x use triggers, which isn't supported by Acquia when copying a database.
This ticket was allowing the salesforce suite module to allow different versions of dynamic_entity_reference to be installed. I believe to fix your issue, you'll need to uninstall dynamic_entity_reference 4.x and install dynamic entity reference 3.x. This should mean your database doesn't have triggers anymore and can copy between environments without issue.
Proceed with caution but from memory this is what we did to fix.