涌入
shell有一个-version标志,但不是涌入服务器:
- /path/to/bin/influx -version
- InfluxDB shell version: 1.1.1
- /path/to/bin/influxd -version
- flag provided but not defined: -version
- /path/to/bin/influxd -v
- flag provided but not defined: -v
我应该假设涌入shell和涌入服务器将始终具有相同的版本吗?
curl -sL -I localhost:8086/ping
你应该得到类似的东西:
- HTTP/1.1 204 No Content
- Content-Type: application/json
- Request-Id: c7c8f7d7-b7ef-11e7-8002-000000000000
- X-Influxdb-Version: 1.3.6
- Date: Mon,23 Oct 2017 12:43:33 GMT