Skip to main content

Create Read-Replica (optional)

We recommend syncing data using a read-replica of your database to ensure sync doesn’t affect your primary database instance. If you wish to sync against Primary, feel free to skip this step.Refer this documentation to create a read-replica.

Create user

Create a sync user for Integrate.io by executing,
Grant necessary privileges,

Enable binary logging

Create a DB Parameter Group and set the following parameters: These are recommended values for replication but not required. Set the recommended values if you encounter timeouts. Assign the newly created parameter group to your database and reboot your database instance. Confirm your changes by checking the binlog status,

Increase binlog retention

To increase the binlog retention of the DB cluster, use the mysql_rds_set_configuration procedure. You can run the following command and sample parameters on the writer instance to retain the binlog files for 7 days (Minimum 1 day)
Last modified on May 12, 2026