Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

How to ignore incorrect settings in ClickHouse

Ignoring Incorrect Settings in ClickHouse

When a user-level setting is specified in the wrong place, the server won’t start and an exception message is sent to the log. However, you can tell ClickHouse to ignore the incorrect setting using the skip_check_for_incorrect_settings setting.

Add the following to config.xml:

<skip_check_for_incorrect_settings>1</skip_check_for_incorrect_settings>
Navigation