-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Enhancement: Che operator supports automated backup and restore of Che server components #18703
Comments
@l0rd should the backup/restore care about content of |
@mmorhun that's a good question. We should probably consider the content of workspaces volumes. But we can delay that to a second step. cc @sympatheticmoose |
After discussing with @sympatheticmoose we agreed that we can ignore workspaces objects (PV, secrets, configmap) for this first implementation. I have updated the epic to reflect that. |
Release notes: https://issues.redhat.com/browse/CRW-1878 |
Done |
Note that the CRW issue above is for 2.11 as this issue is resolved for milestone 7.33. |
Is your task related to a problem? Please describe.
To support level 3 of the operator framework capability levels che-operator should provide the ability to create backups/restore of the Operand.
Additional context
#18043
Release Notes Text
Che operator supports automated backup and restore of Che server components. The backup and restore operation can be triggered through Che command line tool
chectl
or by creating a dedicated CustomResource (CheClusterBackup
andCheClusterBackup
). Only the backup of Che server components is currently supported: users workspaces objects are not included in backup/restore yet.The text was updated successfully, but these errors were encountered: