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

Smart (API-based) Backup / Restore #124

Open
johnharris85 opened this issue Sep 12, 2018 · 1 comment
Open

Smart (API-based) Backup / Restore #124

johnharris85 opened this issue Sep 12, 2018 · 1 comment
Labels
enhancement New feature or request UCP Universal Control Plane

Comments

@johnharris85
Copy link
Collaborator

Backup / restore can be fragile and sometimes the best way is to just destroy and recreate (either on the same or new infra). Great functionality would be dump out all users/orgs/grants/roles/config (basically everything non-workload related) in a format that can be injected back into a new cluster.

We may already have 90% of what's required here with the auth subcommand, just need a way of writing it out raw, possibly dealing with UUID relationships, and maybe some reformatting of requests.

@johnharris85 johnharris85 added enhancement New feature or request UCP Universal Control Plane labels Sep 12, 2018
@thebsdbox
Copy link
Collaborator

I did start this, the UUID mapping on restore will require some logic to determine changed UUID links.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request UCP Universal Control Plane
Projects
None yet
Development

No branches or pull requests

2 participants