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 59efbac commit 3262a42Copy full SHA for 3262a42
README.md
@@ -86,6 +86,16 @@ binlog_expire_logs_seconds 86400
86
</clickhouse>
87
```
88
89
+**!!! Double check final setting is applyed !!!**
90
+
91
+Execute the following command in clickhouse:
92
93
+`SELECT name, value, changed FROM system.settings WHERE name = 'final'`
94
+Setting should be set to 1. If not, you should:
95
+ * double check the override is applyed
96
+ * try to modify `users.xml` instead
97
98
99
3. Start the replication:
100
101
```bash
0 commit comments