I literally duplicated an instance on AWS and when I try setup upgrade it starts but stops at this point:
Running schema recurring... 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), query was: CREATE TRIGGER trg_catalog_category_product_after_insert AFTER INSERT ON catalog_category_product FOR EACH ROWBEGININSERT IGNORE INTO `catalogrule_product_cl` (`entity_id`) VALUES (NEW.`product_id`);END
is connected to the original database and all the login is the same. the site functions perfectly but this error appears
I actually encountered the same issue, used clone at Digital Ocean.. Weird