We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We want to add the ability to back up Nebari's KeyCloak store.
nebari backup user-creds --backup-location <BACKUP_LOCATION>
nebari restore user-creds --backup-location <BACKUP_LOCATION>
The backup will be stored in the following format: <BACKUP LOCATION>/<YYYY-MM-DD:HH:mm:ss>/NFS/user_data/
<BACKUP LOCATION>/<YYYY-MM-DD:HH:mm:ss>/NFS/user_data/
We can do backup in one of 2 ways:
We should do option 2, as backing up KeyClok would be the same regardless of the database used by KeyCloak.
No response
The text was updated successfully, but these errors were encountered:
Keycloak backup and restore are implemented by the user. We can use that.
Sorry, something went wrong.
Closing in favor of #2518
No branches or pull requests
Feature description
We want to add the ability to back up Nebari's KeyCloak store.
Interface
Location
The backup will be stored in the following format:
<BACKUP LOCATION>/<YYYY-MM-DD:HH:mm:ss>/NFS/user_data/
Implementation
We can do backup in one of 2 ways:
We should do option 2, as backing up KeyClok would be the same regardless of the database used by KeyCloak.
Value and/or benefit
Anything else?
No response
The text was updated successfully, but these errors were encountered: