mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-02 20:42:04 +00:00
maybe 60
This commit is contained in:
parent
514bb8aff5
commit
7fa0331dd4
@ -126,9 +126,11 @@ list-disks List disks names
|
|||||||
|
|
||||||
clickhouse-disks:
|
clickhouse-disks:
|
||||||
-h [ --help ] Print common help message
|
-h [ --help ] Print common help message
|
||||||
-C [ --config-file ] arg Set config file
|
-C [ --config-file ] arg
|
||||||
|
Set config file
|
||||||
--disk arg Set disk name
|
--disk arg Set disk name
|
||||||
--command_name arg Name for command to do
|
--command_name arg
|
||||||
|
Name for command to do
|
||||||
--save-logs Save logs to a file
|
--save-logs Save logs to a file
|
||||||
--log-level arg Logging level
|
--log-level arg Logging level
|
||||||
|
|
||||||
@ -322,6 +324,9 @@ Usage: sudo clickhouse install [options]
|
|||||||
directory for pid file
|
directory for pid file
|
||||||
--user arg (=clickhouse) clickhouse user
|
--user arg (=clickhouse) clickhouse user
|
||||||
--group arg (=clickhouse) clickhouse group
|
--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
|
clickhouse keeper-converter
|
||||||
@ -329,9 +334,13 @@ 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
|
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:
|
Allowed options:
|
||||||
-h [ --help ] produce help message
|
-h [ --help ] produce help message
|
||||||
--zookeeper-logs-dir arg Path to directory with ZooKeeper logs
|
--zookeeper-logs-dir arg
|
||||||
--zookeeper-snapshots-dir arg Path to directory with ZooKeeper snapshots
|
Path to directory with ZooKeeper logs
|
||||||
--output-dir arg Directory to place output clickhouse-keeper snapshot
|
--zookeeper-snapshots-dir arg
|
||||||
|
Path to directory with ZooKeeper
|
||||||
|
snapshots
|
||||||
|
--output-dir arg Directory to place output
|
||||||
|
clickhouse-keeper snapshot
|
||||||
|
|
||||||
|
|
||||||
clickhouse obfuscator
|
clickhouse obfuscator
|
||||||
@ -765,9 +774,11 @@ list-disks List disks names
|
|||||||
|
|
||||||
clickhouse-disks:
|
clickhouse-disks:
|
||||||
-h [ --help ] Print common help message
|
-h [ --help ] Print common help message
|
||||||
-C [ --config-file ] arg Set config file
|
-C [ --config-file ] arg
|
||||||
|
Set config file
|
||||||
--disk arg Set disk name
|
--disk arg Set disk name
|
||||||
--command_name arg Name for command to do
|
--command_name arg
|
||||||
|
Name for command to do
|
||||||
--save-logs Save logs to a file
|
--save-logs Save logs to a file
|
||||||
--log-level arg Logging level
|
--log-level arg Logging level
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
|
|||||||
# In CI there is no tty and we just ignore failed stty calls.
|
# In CI there is no tty and we just ignore failed stty calls.
|
||||||
# Set 80 to have same as default size as in notty.
|
# Set 80 to have same as default size as in notty.
|
||||||
backup_stty_size=$(stty size 2>/dev/null | awk '{print $2}' ||:)
|
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=========================="
|
echo "================BINARY=========================="
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user