commit
350418cfe9
|
@ -22,8 +22,9 @@ Usage:
|
||||||
|
|
||||||
The commands are:
|
The commands are:
|
||||||
|
|
||||||
|
backup downloads a snapshot of a data node and saves it to disk
|
||||||
config display the default configuration
|
config display the default configuration
|
||||||
join-cluster create a new node that will join an existing cluster
|
restore uses a snapshot of a data node to rebuild a cluster
|
||||||
run run node with existing configuration
|
run run node with existing configuration
|
||||||
version displays the InfluxDB version
|
version displays the InfluxDB version
|
||||||
|
|
||||||
|
|
|
@ -719,6 +719,9 @@ is used.
|
||||||
-config <path>
|
-config <path>
|
||||||
Set the path to the configuration file.
|
Set the path to the configuration file.
|
||||||
|
|
||||||
|
-cpuprofile <path>
|
||||||
|
Set the path to the cpuprofile.
|
||||||
|
|
||||||
-hostname <name>
|
-hostname <name>
|
||||||
Override the hostname, the 'hostname' configuration
|
Override the hostname, the 'hostname' configuration
|
||||||
option will be overridden.
|
option will be overridden.
|
||||||
|
@ -726,6 +729,9 @@ is used.
|
||||||
-join <url>
|
-join <url>
|
||||||
Joins the server to an existing cluster.
|
Joins the server to an existing cluster.
|
||||||
|
|
||||||
|
-memprofile <path>
|
||||||
|
Set the path to the memprofile.
|
||||||
|
|
||||||
-pidfile <path>
|
-pidfile <path>
|
||||||
Write process ID to a file.
|
Write process ID to a file.
|
||||||
`)
|
`)
|
||||||
|
|
Loading…
Reference in New Issue