You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an issue reported by @mholzma and I've confirmed it in a fresh installation of the existing v0.3.1 release image. This will be fixed in the upcoming v0.4.0 release. However, it can also be fixed manually in the Influx terminal with:
(Note that running this will trim all data associated with the autogen retention policy older than 30 days!)
ALTER RETENTION POLICY "autogen" ON "power_monitor" DURATION 30d
This is an issue reported by @mholzma and I've confirmed it in a fresh installation of the existing v0.3.1 release image. This will be fixed in the upcoming v0.4.0 release. However, it can also be fixed manually in the Influx terminal with:
(Note that running this will trim all data associated with the autogen retention policy older than 30 days!)
ALTER RETENTION POLICY "autogen" ON "power_monitor" DURATION 30d
The
autogen
RP should have a 30 day limit on it, like this:The text was updated successfully, but these errors were encountered: