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
pierwill 2021-02-09 15:50:54 -08:00 committed by GitHub
parent 748789ada8
commit ae75d08674
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -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