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

ADD volume backup interface for students #443

Open
wabscale opened this issue Mar 22, 2023 · 0 comments
Open

ADD volume backup interface for students #443

wabscale opened this issue Mar 22, 2023 · 0 comments
Assignees
Labels

Comments

@wabscale
Copy link
Collaborator

Add the ability to list, and revert to a volume backup. This will involve writing a small interface on our backend that will need to call out to longhorn things.

Reverting involves the steps:

  1. deleting the existing pvc, pv and longhorn volume
  2. selecting and restoring the longhorn backup
  3. recreate the pv and pvc based off backup metadata

We'll need to have a check that IDEs are not and using that volume.

Longhorn very infuriatingly does not have a cli. It is a bit insane actually that it lacks this. It drives me insane having to click so many buttons in their stupid admin site. Thankfully they have an exposed api that we're not technically suppose to interface with, but who cares:

@wabscale wabscale self-assigned this Mar 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant