Database migration script should be run automatically when user enables DevWorkspace engine on the 'all-namespace' channel #20722
Labels
area/che-operator
Issues and PRs related to Eclipse Che Kubernetes Operator
kind/task
Internal things, technical debt, and to-do tasks to be performed.
severity/P2
Has a minor but important impact to the usage or development of the system.
Is your task related to a problem? Please describe
The investigation related to the new account creation is finished as part of the #20629, and the solution is the execution of the database migration script #20629 (comment)
As part of this issue, the migration script should be integrated into the operator, and run automatically only once when the user enables DevWorkspace engine after switching to the
all-namespace
channel.Describe the solution you'd like
the migration script should be integrated into the operator and run automatically when the user enables DevWorkspace engine after switching to the
all-namespace
channel. Potential flowall-namespace
mode with the DevWrokspace engine enabled (it is not possible to run che-server based workspaces anymore)N/B the script should be run only once (it should be possible to create a cm as an indicator of the successful miigration).
Describe alternatives you've considered
N/A
Additional context
Related issue with new account creation - #20629
Details regarding the migration script - #20629 (comment)
The text was updated successfully, but these errors were encountered: