-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error - Unexpected meta file version 2 on trying to read database #2
Comments
It actually is only compatible with version 2. Maybe have a retry ? it should work on a live db. |
Thanks for the reply ! I am getting the same error again. Here are the steps :
Please let me know if I am doing something wrong. |
I think it's a bug with Prometheus 2.1, namely this: https://github.com/prometheus/tsdb/blob/master/repair.go#L18 In any case, I have the same message with v2.1 but not with v2.3.
Thanks, |
time="2018-05-31T23:09:03Z" level=error msg="read meta information /prometheus/01CEW002V9A5GWS7EAX4HD8DZE: unexpected meta file version 2"
Does this mean the exporter is not for version 2 of prometheus?
The text was updated successfully, but these errors were encountered: