|
|
|
|
|
by rixed
419 days ago
|
|
Thank you for your interest. My comment was really about the state of documentation ("there is no manpage, no doc at all, and no `clickhouse-server -h`"). More specifically: % dpkg -S clickhouse-server | grep bin
clickhouse-server: /usr/sbin/clickhouse-server
% man clickhouse-server
No manual entry for clickhouse-server
% man clickhouse
No manual entry for clickhouse
% /usr/sbin/clickhouse-server --help
Unknown option specified: help
% /usr/sbin/clickhouse-server -h
Unknown option specified: h
% ls -l /usr/share/doc/clickhouse-server
total 60
-rw-r--r-- 1 root root 235 Dec 5 2022 changelog.Debian.amd64.gz
-rw-r--r-- 1 root root 1437 Dec 5 2022 changelog.Debian.gz
-rw-r--r-- 1 root root 33174 Dec 20 2018 changelog.gz
-rw-r--r-- 1 root root 15057 Oct 29 2022 copyright
|
|