Skip to content

Commit 0da86a3

Browse files
authored
Merge pull request #4089 from ClickHouse/mariadb-log-slave-updates
mariadb: recommend enabling log_slave_updates when source is replica
2 parents 88f3443 + eda35e1 commit 0da86a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/integrations/data-ingestion/clickpipes/mysql/source/generic_maria.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ binlog_row_metadata = FULL ; only in 10.5.0 and newer
4949
expire_logs_days = 1
5050
```
5151

52+
If the source database is a replica, make sure to also turn on `log_slave_updates`.
53+
5254
You NEED to RESTART the MariaDB instance for the changes to take effect.
5355

5456
:::note

0 commit comments

Comments
 (0)