Skip to content
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

[Feature Request] Snapshot restore should allow renaming aliases #15632

Closed
mispencer opened this issue Sep 3, 2024 · 1 comment · Fixed by #16292
Closed

[Feature Request] Snapshot restore should allow renaming aliases #15632

mispencer opened this issue Sep 3, 2024 · 1 comment · Fixed by #16292
Labels
enhancement Enhancement or improvement to existing feature or request Storage:Snapshots

Comments

@mispencer
Copy link
Contributor

Is your feature request related to a problem? Please describe

Snapshot restore takes a pair of arguments to allow renaming indexes into new names. The common example use case to restore snapshots into the same cluster as temporary separate indexes for research and debugging. However, this is problematic if this indexes has aliases to be restored. I am not sure if the indexes will be linked to the existing aliases or this is an error, but either case would problematic, since this either breaks desired isolation or fails.

Describe the solution you'd like

Snapshot restore should take a new pair of arguments to allow renaming aliases into new names to match the existing pair of arguments for index renaming. For backend compatibility, these arguments should be optional.

Related component

Storage:Snapshots

Describe alternatives you've considered

In some cases, it may be possible to restore any necessary aliases after the snapshot restore is completed. It is also possible to restore into another cluster. The drawbacks of these two options is obvious, however.

Additional context

No response

@mispencer mispencer added enhancement Enhancement or improvement to existing feature or request untriaged labels Sep 3, 2024
@ashking94
Copy link
Member

Thanks for filing this issue, please feel free to submit a pull request.
[Triage - attendees 1 2 3 4 5]

@ashking94 ashking94 moved this from 🆕 New to Later (6 months plus) in Storage Project Board Sep 19, 2024
@github-project-automation github-project-automation bot moved this from Later (6 months plus) to ✅ Done in Storage Project Board Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement or improvement to existing feature or request Storage:Snapshots
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

3 participants