How can I verify that Thanos Store has backed up all retained data in prometheus? #8170
Unanswered
pritster5
asked this question in
Questions & Answers
Replies: 1 comment 17 replies
-
To verify that Thanos Store has backed up all retained data from Prometheus to the S3 bucket, you can use the Here's how you can use the thanos tools bucket verify --objstore.config-file=<path-to-your-s3-config> Replace To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other |
Beta Was this translation helpful? Give feedback.
17 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I recently added Thanos Sidecar, Querier, and Store Gateway to an existing Prometheus deployment.
Prometheus was configured to retain data for 1 year.
Before reducing the retention period to 14 days and offload historical queries to Thanos Store Gateway, I would like to verify that all the data has been backed up from EBS volumes to the S3 bucket I'm using as an object store.
How can I do so?
Beta Was this translation helpful? Give feedback.
All reactions