Open qdel opened 7 months ago
I don't believe v1 OSS supports _monitoring system bucket (as in I believe _monitoring was added in v2).
Indeed. I think that albeit all migrations where ok, the _monitoring bucket did not create itself.
Nearly everything is working fine. But when creating a new bucket, when I want to write new measurement in the new bucket I got errors about _monitoring bucket.
All in place systems have no troubles (maybe why I never saw the glitch before)
Bump on this. Is there any way to re-create system bucket ?
Have you tried trying to create _monitoring
directly/manually? It might let you since it isn't present, but I'm not sure what it allows in this situation since you've gotten into an unexpected state.
Alternatively, you could make a backup and import into a new instance of oss 2.x which correctly has the monitoring bucket already. Probably not ideal.
How can I do it? The UI does not allow it and CLI documentation clearly specify that bucket should not be created with _ as first character.
Could be possible but time and logistic consuming.
It would be easier if influxdb recreate those if needed.
Le mer. 16 oct. 2024, 17:25, Phil Bracikowski @.***> a écrit :
Have you tried trying to create _monitoring directly/manually? It might let you since it isn't present, but I'm not sure what it allows in this situation since you've gotten into an unexpected state.
Alternatively, you could make a backup and import into a new instance of oss 2.x which correctly has the monitoring bucket already. Probably not ideal.
— Reply to this email directly, view it on GitHub https://github.com/influxdata/influxdb/issues/24918#issuecomment-2417165057, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJIGL75BD27Q7CBJOR2YMLZ32AMZAVCNFSM6AAAAABQBHLS4GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMJXGE3DKMBVG4 . You are receiving this because you authored the thread.Message ID: @.***>
Steps to reproduce:
Expected behaviour: _monitoring should be present
Actual behaviour: It is not
Environment info:
Very old instance, using influxdb v1. All data migration made.
Config:
Started using docker compose. But config is really simple:
Logs:
No relevant logs found.