You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Proposal:
Currently there is no way of updating a bucket with the current BucketsApi. With the CLI it is e.g. possible to update the name or the retention period of a bucket.
Current behavior:
no way
Desired behavior:
Beeing able to change the name of the bucket.
Use case:
Why is this important (helps with prioritizing requests)?
In my use case of influx, I always need to delete all data and write it again in order to have all my data there. Currently I first need to delete and then write the data again. What would result in less downtime or less incomplete data during writing is a workflow where I can:
create & write to 'temp' bucket
rename 'production' bucket to 'old'
rename 'temp' bucket to 'production'
delete 'old' bucket
That way I could easily write data as long as I want to a separate bucket and still be able to use the main bucket, and quickly change them after the writing is done.
The text was updated successfully, but these errors were encountered:
Proposal:
Currently there is no way of updating a bucket with the current BucketsApi. With the CLI it is e.g. possible to update the name or the retention period of a bucket.
Current behavior:
no way
Desired behavior:
Beeing able to change the name of the bucket.
Use case:
Why is this important (helps with prioritizing requests)?
In my use case of influx, I always need to delete all data and write it again in order to have all my data there. Currently I first need to delete and then write the data again. What would result in less downtime or less incomplete data during writing is a workflow where I can:
That way I could easily write data as long as I want to a separate bucket and still be able to use the main bucket, and quickly change them after the writing is done.
The text was updated successfully, but these errors were encountered: