涌入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
如果您使用的是HTTPS:
curl -skL -I 'https://myhost:8086/ping'
最有可能的是同一服务器上的InfluxDB客户端和InfluxDB服务器版本相同.如果要专门检查服务器版本,可以这样做.
在版本0.11(至少)及更高版本中,Influxdb可执行文件接受版本参数:
% /usr/bin/influxd version InfluxDB v1.2.1 (git: master 3ec60fe2649b51a85cd1db6c8937320a80a64c35)