In my limited experience with unraid I can only think of the Appdata Cleanup plugin which deleted your folder. You could test for that by disabling it during the next update of influxdb.
Hi everyone,
when synchronising time via Settings -> Date and Time -> Use NTP: Yes I noticed the system time (reported e.g. by $ date) is one second ahead of the actual time. I tried several ntp servers with the same result.
Using $ ntpdate pool.ntp.org on the command line however sets it correctly.
tower-diagnostics-20211109-2050.zip
Hi,
I noticed the same thing after updating and thereby restarting the container. The problem was that /var/lib/influxdb2 in the container was not mapped to a path on the host. This path is new in addition to /var/lib/influxdb. See Upgrade Example - Minimal here for example.
To fix it add a path like this
Container Path: /var/lib/influxdb2
Host Path: /mnt/user/appdata/influxdb2