-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
InfluxDB 2.4.0 not able to take the backup properly for few buckets. #25120
Comments
I have observed one more thing even if I pass the wrong bucket name in the command it doesn't give any error it simply shows downloading the metadata if other than token something else is wrong it's not showing in the command output. |
Can you send the exact commands to reproduce the problem, using only the Start with influx setup Then the commands to create the organizations and buckets, and finally the back-up command. I will be attempting to reproduce on v2.7, not v2.4, so it might be worthwhile for you to upgrade, as well. |
I have created all the buckets from the InfluxDB GUI. data retention for the bucket I configured from the CLI influx backup -o org -t token -b bucket_name path |
Please re-produce this issue as well |
@ravi9717 - If you can provide a CLI script to reproduce the problem, we can take a look at it. But without the exact bucket names, retention periods, data inserted, etc, we will be unable to experiment to see if we can reproduce the problem. |
what I have observed with my data is that this issue doesn't depend on the bucket name or the data type or data retention. Because we are running the InfluxDB with multiple orgs and we have multiple buckets inside and issue doesn't have any relation with the Raw data bucket, KPI bucket, or data retention period. It's happening randomly for any bucket.
|
Steps to reproduce:
List the minimal actions needed to reproduce the behavior.
Expected behaviour:
Influx backup -o org -b bucket -t token path should create the backup for the bucket for all buckets in all orgs
Actual behaviour:
It creating the backup randomly for different buckets across different orgs
Environment info:
RUSTFLAGS
.Config:
Copy any non-default config values here or attach the full config as a gist or file.
Logs:
this is the log of the bucket for which we able to create the backup
this is the logs of the bucket for which we are not able to create the backup, it just only shows downloading the metadata after that it stops.
The text was updated successfully, but these errors were encountered: