Merge pull request #47404 from ClickHouse/tylerhannan-patch-1

Remove dated warning
This commit is contained in:
Dan Roscigno 2023-03-09 11:44:37 -05:00 committed by GitHub
commit dee3156e0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,10 +14,6 @@ Accepts data that represent tables and queries them using [ClickHouse SQL dialec
By default `clickhouse-local` does not have access to data on the same host, but it supports loading server configuration using `--config-file` argument.
:::warning
It is not recommended to load production server configuration into `clickhouse-local` because data can be damaged in case of human error.
:::
For temporary data, a unique temporary data directory is created by default.
## Usage {#usage}