Skip to content

Commit 3262a42

Browse files
authored
Update README.md
1 parent 59efbac commit 3262a42

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,16 @@ binlog_expire_logs_seconds 86400
8686
</clickhouse>
8787
```
8888

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+
8999
3. Start the replication:
90100

91101
```bash

0 commit comments

Comments
 (0)