From 0c908786e00d7831cdf4fbf8949c8476dd419e67 Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Sat, 14 May 2022 18:13:25 -0700 Subject: [PATCH] Update TROUBLESHOOTING_INFLUXDB.md --- docs/TROUBLESHOOTING_INFLUXDB.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/TROUBLESHOOTING_INFLUXDB.md b/docs/TROUBLESHOOTING_INFLUXDB.md index 8846177..3100b04 100644 --- a/docs/TROUBLESHOOTING_INFLUXDB.md +++ b/docs/TROUBLESHOOTING_INFLUXDB.md @@ -8,8 +8,9 @@ https://docs.influxdata.com/influxdb/v2.2/install/ ## Persistence To ensure that all data is correctly stored, you must also persist the InfluxDB database directory - - `/opt/scrutiny/influxdb` (for Docker omnibus image) - - `/var/lib/influxdb2` (for vanilla Influxdb image `influxdb:2.2`) + +- If you're using the Official Scrutiny Omnibus image (`ghcr.io/analogj/scrutiny:master-omnibus`), the path is `/opt/scrutiny/influxdb` +- If you're deploying in Hub/Spoke mode with the InfluxDB maintained image (`influxdb:2.2`), the path is `/var/lib/influxdb2` If you attempt to restart Scrutiny but you forgot to persist the InfluxDB directory, you will get an error message like follows: