Skip to content

InfluxDB 2.7 does not support deleting data by field. #3047

Closed Answered by ledermann
teremok87 asked this question in Q&A
Discussion options

You must be logged in to vote

Zu deinem Beitrag habe ich leider keine Notification von GitHub bekommen, sehr seltsam. Somit sehe ich das erst jetzt per Zufall, sorry für die späte Reaktion.

Ich vermute, hier liegt ein Caching-Problem vor. Wenn du alte Daten in InfluxDB änderst (z.B. durch einen Datenimport, aber auch durch manuelle Datenbank-Änderungen), dann muss danach der Redis-Cache gelöscht werden, denn sonst werden u.U. zwischengespeicherte Daten angezeigt.

Die Lösung ist somit höchstwahrscheinlich:

docker exec -it solectrus-redis-1 redis-cli FLUSHALL

Falls das Problem dennoch bestehen sollte, bitte nochmal melden.

Replies: 4 comments 7 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
6 replies
@ledermann
Comment options

Answer selected by ledermann
@bennysweb
Comment options

@teremok87
Comment options

@bennysweb
Comment options

@teremok87
Comment options

Comment options

You must be logged in to vote
1 reply
@ledermann
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #3045 on April 25, 2024 09:40.