During che-server rollout update from `6.x.x` -> `7.x.x` all running Che 6 workspaces should be stopped gracefully and not recovered
See original GitHub issueIs your task related to a problem? Please describe.
During che-server rollout update from Che 6 -> Che 7 all Running Che 6 workspaces should be stopped gracefully and not recovered in order to avoid any side-effect. Basically, it is not possible to start[1] old Che 6 workpaces in Che 7.0.0
and above. So, in case of updates between the major releases, it makes sense to gracefully stop all running Che 6 workspaces
Describe the solution you’d like
During the rollout update from 6.x.x
-> 7.x.x
all Che 6 workspaces would be stopped gracefully
Describe alternatives you’ve considered
Che Admin with CHE_SYSTEM_SUPERPRIVILEGEDMODE
stops all the Che 6 workspaces manually or executes prepare to shut down request that explicitly stops all running workspaces
[1] https://www.eclipse.org/che/docs/che-6/what-are-workspaces.html
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
How to restore workspaces when restarting Che? #1561
If I restart che server using che start or che run command, skiping the step that execute che stop command, workspaces aren't restored....
Read more >WorkSpace maintenance - AWS Documentation
During the maintenance window, the WorkSpace installs important updates from Amazon WorkSpaces and reboots as necessary. If available, operating system updates ...
Read more >Not able to access eclipse che server running on docker in ...
To run Eclips Che 7 you need minikube or minishift environment and there is no offline mode.
Read more >Node graceful shuntdown and was restarted accidentally
We don't know what happened at that time, how can we know why the node was terminated and then restarted? We haven't found...
Read more >User onboarding :: Eclipse Che Documentation
If your organization is already running a Che instance, you can get started as a new user by learning how to start a...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Seems this issue is outdated. We agreed that Che Admin is not able to stop all users workspaces. It’s OK to update without stopping workspaces and them users should stop their Che 6 workspaces, but they won’t be able to start them again. UX you can take a look in this demo Che6.19.6 to Che7.0.0 update https://youtu.be/7Jqfxi8NvyU
cc @l0rd @davidfestal Can you confirm that we are not going to stop workspaces anymore?
@sleshchenko thanks for an update with the recording - https://youtu.be/7Jqfxi8NvyU The 6.x - > 7.x. update flow is clear now. Closing