This commit is contained in:
Yatsishin Ilya 2023-04-12 10:35:14 +00:00
parent 514bb8aff5
commit 7fa0331dd4
2 changed files with 28 additions and 17 deletions

View File

@ -125,12 +125,14 @@ Path should be in format './' or './path' or 'path'
list-disks List disks names
clickhouse-disks:
-h [ --help ] Print common help message
-C [ --config-file ] arg Set config file
--disk arg Set disk name
--command_name arg Name for command to do
--save-logs Save logs to a file
--log-level arg Logging level
-h [ --help ] Print common help message
-C [ --config-file ] arg
Set config file
--disk arg Set disk name
--command_name arg
Name for command to do
--save-logs Save logs to a file
--log-level arg Logging level
clickhouse extract
@ -322,16 +324,23 @@ Usage: sudo clickhouse install [options]
directory for pid file
--user arg (=clickhouse) clickhouse user
--group arg (=clickhouse) clickhouse group
-y [ --noninteractive ] run non-interactively
--link create symlink to the binary instead of
copying to binary-path
clickhouse keeper-converter
Usage: clickhouse keeper-converter --zookeeper-logs-dir /var/lib/zookeeper/data/version-2 --zookeeper-snapshots-dir /var/lib/zookeeper/data/version-2 --output-dir /var/lib/clickhouse/coordination/snapshots
Allowed options:
-h [ --help ] produce help message
--zookeeper-logs-dir arg Path to directory with ZooKeeper logs
--zookeeper-snapshots-dir arg Path to directory with ZooKeeper snapshots
--output-dir arg Directory to place output clickhouse-keeper snapshot
-h [ --help ] produce help message
--zookeeper-logs-dir arg
Path to directory with ZooKeeper logs
--zookeeper-snapshots-dir arg
Path to directory with ZooKeeper
snapshots
--output-dir arg Directory to place output
clickhouse-keeper snapshot
clickhouse obfuscator
@ -764,10 +773,12 @@ Path should be in format './' or './path' or 'path'
list-disks List disks names
clickhouse-disks:
-h [ --help ] Print common help message
-C [ --config-file ] arg Set config file
--disk arg Set disk name
--command_name arg Name for command to do
--save-logs Save logs to a file
--log-level arg Logging level
-h [ --help ] Print common help message
-C [ --config-file ] arg
Set config file
--disk arg Set disk name
--command_name arg
Name for command to do
--save-logs Save logs to a file
--log-level arg Logging level

View File

@ -10,7 +10,7 @@ CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
# In CI there is no tty and we just ignore failed stty calls.
# Set 80 to have same as default size as in notty.
backup_stty_size=$(stty size 2>/dev/null | awk '{print $2}' ||:)
stty columns 100 2>/dev/null ||:
stty columns 60 2>/dev/null ||:
echo "================BINARY=========================="