systemd: Document InfluxDB data storage location (#2161)
systemd: Document InfluxDB storage locations * Add info on bolt and engine Co-authored-by: pierwill <pierwill@users.noreply.github.com> Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>pull/2166/head
parent
748789ada8
commit
ae75d08674
|
@ -235,6 +235,12 @@ If you rename the binaries, all references to `influx` and `influxd` in this doc
|
|||
Active: active (running)
|
||||
```
|
||||
|
||||
When installed as a service, InfluxDB stores data in the following locations:
|
||||
|
||||
- **Time series data:** `/var/lib/influxdb/engine/`
|
||||
- **Key-value data:** `/var/lib/influxdb/influxd.bolt`.
|
||||
- **influx CLI configurations:** `~/.influxdbv2/configs` _(see [`influx config`](/influxdb/v2.0/reference/cli/influx/config/) for more information)_ .
|
||||
|
||||
### Networking ports
|
||||
|
||||
By default, InfluxDB uses TCP port `8086` for client-server communication over
|
||||
|
|
Loading…
Reference in New Issue