We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0a4521 commit eda35e1Copy full SHA for eda35e1
docs/integrations/data-ingestion/clickpipes/mysql/source/generic_maria.md
@@ -49,6 +49,8 @@ binlog_row_metadata = FULL ; only in 10.5.0 and newer
49
expire_logs_days = 1
50
```
51
52
+If the source database is a replica, make sure to also turn on `log_slave_updates`.
53
+
54
You NEED to RESTART the MariaDB instance for the changes to take effect.
55
56
:::note
0 commit comments