Amit Jain
04/14/2022, 3:57 PMError: The variable log_bin should be set to ON, but it is : OFF
• On RDS with MySQL 5.7+ we don't actually have that specific parameter for log_bin
• So we turned log_bin on simply by enabling automatic backups with a retention period greater than 0
• I believe Airbyte is looking for that specific parameter log_bin
because it was used on previous versions of mysql and its not finding and therefore its assuming that log_bin is off, even when its actually on.
Any help or insights will be greatly appreciated.